Html Css Color HEX #D9C9E4 Titan White

📋 copy color: '#D9C9E4'

red 217 ◦ green 201 ◦ blue 228

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

Shades of Titan White #D9C9E4

Tints of Titan White #D9C9E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.29%

R = 33.59%
G = 31.11%
B = 35.29%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D9C9E4 (or 0xD9C9E4) is known color: Titan White. HEX triplet: D9, C9 and E4. RGB value is (217,201,228). Sum of RGB (Red+Green+Blue) = 217+201+228=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9C9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9E4 is #26361B. Grayscale: #D0D0D0. Windows color (decimal): -2504220 or 14993881. OLE color: 14993881.

HSL color Cylindrical-coordinate representation of color #D9C9E4: hue angle of 275.56º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C9E4 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 201 228 -
CMYK 0.05 0.12 0 0.11
HSL 275.56º 0.33% 0.84% -
HSV(B) 275.56º 0.12% 0.89% -
XYZ 63.51 62.13 82.04 -
YUV 208.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 217 201 228 0.05 0.12 0 0.11 275.56 0.33 0.84
Hex D9 C9 E4 5 C 0 B 114 21 54
Octal 331 311 344 5 14 0 13 424 41 124
Binary 11011001 11001001 11100100 101 1100 0 1011 100010100 100001 1010100

Color Harmonies of #D9C9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C9E4

Black with #D9C9E4

Text Example


Text Example

White with #D9C9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C9E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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