Html Css Color HEX #D9C8E4 Titan White

📋 copy color: '#D9C8E4'

red 217 ◦ green 200 ◦ blue 228

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

Shades of Titan White #D9C8E4

Tints of Titan White #D9C8E4

RGB

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

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

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

R = 33.64%
G = 31.01%
B = 35.35%

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

#D9C8E4 (or 0xD9C8E4) is known color: Titan White. HEX triplet: D9, C8 and E4. RGB value is (217,200,228). Sum of RGB (Red+Green+Blue) = 217+200+228=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9C8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8E4 is #26371B. Grayscale: #D0D0D0. Windows color (decimal): -2504476 or 14993625. OLE color: 14993625.

HSL color Cylindrical-coordinate representation of color #D9C8E4: hue angle of 276.43º degrees, saturation: 0.34, 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 #D9C8E4 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 200 228 -
CMYK 0.05 0.12 0 0.11
HSL 276.43º 0.34% 0.84% -
HSV(B) 276.43º 0.12% 0.89% -
XYZ 63.27 61.66 81.97 -
YUV 208.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 217 200 228 0.05 0.12 0 0.11 276.43 0.34 0.84
Hex D9 C8 E4 5 C 0 B 114 22 54
Octal 331 310 344 5 14 0 13 424 42 124
Binary 11011001 11001000 11100100 101 1100 0 1011 100010100 100010 1010100

Color Harmonies of #D9C8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C8E4

Black with #D9C8E4

Text Example


Text Example

White with #D9C8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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