Color Hex Logo

#ddafeb Color Hex

#DDAFEB
(221,175,235)
0 Favorites   0 Comments

Color spaces of #ddafeb

RGB 221175235
HSL0.790.600.80
HSV286°26°92°
CMYK 0.060.260.00   0.08
XYZ60.144252.030385.4702
Yxy52.03030.30430.2633
Hunter Lab72.132022.6035-19.7611
CIE-Lab77.299027.1107-23.6334

#ddafeb color RGB value is (221,175,235).

#ddafeb hex color red value is 221, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddafeb hue: 0.79 , saturation: 0.60 and the lightness value of ddafeb is 0.80.

The process color (four color CMYK) of #ddafeb color hex is 0.06, 0.26, 0.00, 0.08. Web safe color of #ddafeb is #cc99ff. Color #ddafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11101011
Octal 335 257 353
Decimal 221 175 235
Hex DD AF EB

RGB Percentages of Color #ddafeb

%35.02
%27.73
%37.24

CMYK Percentages of Color #ddafeb

%6
%26
%0
%8

Triadic Colors of #ddafeb

#ddafeb #ebddaf #afebdd

Analogous Colors of #ddafeb

#ddafeb #ebafdb #bfafeb

Monochromatic Colors of #ddafeb

#ddafeb

Complementary Color

#ddafeb #bdebaf

#ddafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafeb Color CSS Codes

.mybgcolor {background-color:#ddafeb; } 
.myforecolor {color:#ddafeb; }
.mybordercolor {border:3px solid #ddafeb; }

#ddafeb Text Font Color

<p style="color:#ddafeb">Text here</p>

This sample text font color is #ddafeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddafeb Background Color

<div style="background-color:#ddafeb">
Div content here</div>

This div background color is #ddafeb


#ddafeb Border Color

<div style="border:3px solid #ddafeb">
Div here</div>

This div border color is #ddafeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,175,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddafeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddafeb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddafeb;
  box-shadow:         1px 1px 3px 2px #ddafeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,175,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddafeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddafeb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddafeb;
  box-shadow:         1px 1px 3px 2px #ddafeb;">
Div content here</div>

This div box has shadow with color #ddafeb


Comments

No comments written yet.

Please login to write comment.