Html Css Color HEX #D9C8DE Titan White

📋 copy color: '#D9C8DE'

red 217 ◦ green 200 ◦ blue 222

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

Shades of Titan White #D9C8DE

Tints of Titan White #D9C8DE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.3%

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 33.96%
G = 31.3%
B = 34.74%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9C8DE (or 0xD9C8DE) is known color: Titan White. HEX triplet: D9, C8 and DE. RGB value is (217,200,222). Sum of RGB (Red+Green+Blue) = 217+200+222=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9C8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8DE is #263721. Grayscale: #CFCFCF. Windows color (decimal): -2504482 or 14600409. OLE color: 14600409.

HSL color Cylindrical-coordinate representation of color #D9C8DE: hue angle of 286.36º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C8DE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 200 222 -
CMYK 0.02 0.10 0 0.13
HSL 286.36º 0.25% 0.83% -
HSV(B) 286.36º 0.1% 0.87% -
XYZ 62.45 61.33 77.65 -
YUV 207.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 217 200 222 0.02 0.10 0 0.13 286.36 0.25 0.83
Hex D9 C8 DE 2 A 0 D 11E 19 53
Octal 331 310 336 2 12 0 15 436 31 123
Binary 11011001 11001000 11011110 10 1010 0 1101 100011110 11001 1010011

Color Harmonies of #D9C8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C8DE

Black with #D9C8DE

Text Example


Text Example

White with #D9C8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C8DE; }

 p { color: rgb(217,200,222); }

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

background-color css

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

 a { background-color: rgb(217,200,222); }

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

border-color css

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

 span { border-color: rgb(217,200,222); }

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