Html Css Color HEX #D9C9E0 Titan White

📋 copy color: '#D9C9E0'

red 217 ◦ green 201 ◦ blue 224

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

Shades of Titan White #D9C9E0

Tints of Titan White #D9C9E0

RGB

 RED value IS 217 (85.16% from 255) = 33.8%

 GREEN value IS 201 (78.91% from 255) = 31.31%

 BLUE value IS 224 (87.89% from 255) = 34.89%

R = 33.8%
G = 31.31%
B = 34.89%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9C9E0 (or 0xD9C9E0) is known color: Titan White. HEX triplet: D9, C9 and E0. RGB value is (217,201,224). Sum of RGB (Red+Green+Blue) = 217+201+224=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9C9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9E0 is #26361F. Grayscale: #D0D0D0. Windows color (decimal): -2504224 or 14731737. OLE color: 14731737.

HSL color Cylindrical-coordinate representation of color #D9C9E0: hue angle of 281.74º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C9E0 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 201 224 -
CMYK 0.03 0.10 0 0.12
HSL 281.74º 0.27% 0.83% -
HSV(B) 281.74º 0.1% 0.88% -
XYZ 62.96 61.91 79.15 -
YUV 208.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 217 201 224 0.03 0.10 0 0.12 281.74 0.27 0.83
Hex D9 C9 E0 3 A 0 C 11A 1B 53
Octal 331 311 340 3 12 0 14 432 33 123
Binary 11011001 11001001 11100000 11 1010 0 1100 100011010 11011 1010011

Color Harmonies of #D9C9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C9E0

Black with #D9C9E0

Text Example


Text Example

White with #D9C9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C9E0; }

 p { color: rgb(217,201,224); }

 H1.HeaderClassName
 {
   color: #D9C9E0;
 }
 .AnyTagClassName
 {
   color: #D9C9E0;
 }
</style>

background-color css

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

 a { background-color: rgb(217,201,224); }

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

border-color css

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

 span { border-color: rgb(217,201,224); }

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