#DFD5EA

Color #DFD5EA Titan White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Titan White #DFD5EA

Tints of Titan White #DFD5EA

Color information

#DFD5EA (or 0xDFD5EA) is unknown color: approx Titan White. HEX triplet: DF, D5 and EA. RGB value is (223,213,234). Sum of RGB (Red+Green+Blue) = 223+213+234=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5EA is #202A15. Grayscale: #DADADA. Windows color (decimal): -2107926 or 15390175. OLE color: 15390175.

HSL color Cylindrical-coordinate representation of color #DFD5EA: hue angle of 268.57º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD5EA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223213234-
CMYK0.050.0900.08
HSL268.57º33.33%87.65%-
HSV(B)268.57º8.97%91.76%-
XYZ69.0869.2287.56-
YUV218.38136.81131.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=33.28%
G=31.79%
B=34.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232132340.050.0900.08268.5733.3387.65
HexDFD5EA590810d2158
Octal33732535251101041541130
Binary1101111111010101111010101011001010001000011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5EA; }

 p { color: rgb(223,213,234); }

 H1.HeaderClassName
 {
   color: #DFD5EA;
 }
 .AnyTagClassName
 {
   color: #DFD5EA;
 }
</style>
background-color css

<style>
 a { background-color: #DFD5EA; }

 a { background-color: rgb(223,213,234); }

 div.DivClassName
 {
   background-color: #DFD5EA;
 }
 .BgClassName
 {
   background-color: #DFD5EA;
 }
</style>
border-color css

<style>
 span { border-color: #DFD5EA; }

 span { border-color: rgb(223,213,234); }

 td.TdClassName
 {
   border-color: #DFD5EA;
 }
 .TagClassName
 {
   border-color: #DFD5EA;
 }
</style>