Html Css Color HEX #DFD5EA Titan White

📋 copy color: '#DFD5EA'

red 223 ◦ green 213 ◦ blue 234

#DFD5EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Titan White #DFD5EA

Tints of Titan White #DFD5EA

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.8% from 255) = 34.93%

R = 33.28%
G = 31.79%
B = 34.93%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFD5EA (or 0xDFD5EA) is known color: 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

RGB 223 213 234 -
CMYK 0.05 0.09 0 0.08
HSL 268.57º 0.33% 0.88% -
HSV(B) 268.57º 0.09% 0.92% -
XYZ 69.08 69.22 87.56 -
YUV 218.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 223 213 234 0.05 0.09 0 0.08 268.57 0.33 0.88
Hex DF D5 EA 5 9 0 8 10D 21 58
Octal 337 325 352 5 11 0 10 415 41 130
Binary 11011111 11010101 11101010 101 1001 0 1000 100001101 100001 1011000

Color Harmonies of #DFD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5EA

Black with #DFD5EA

Text Example


Text Example

White with #DFD5EA

Text Example


Text Example

HTML Codes & Css Web 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>