Html Css Color HEX #D9CCE0 Titan White

📋 copy color: '#D9CCE0'

red 217 ◦ green 204 ◦ blue 224

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

Shades of Titan White #D9CCE0

Tints of Titan White #D9CCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.63%

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

R = 33.64%
G = 31.63%
B = 34.73%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9CCE0 (or 0xD9CCE0) is known color: Titan White. HEX triplet: D9, CC and E0. RGB value is (217,204,224). Sum of RGB (Red+Green+Blue) = 217+204+224=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCE0 is #26331F. Grayscale: #D2D2D2. Windows color (decimal): -2503456 or 14732505. OLE color: 14732505.

HSL color Cylindrical-coordinate representation of color #D9CCE0: hue angle of 279º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9CCE0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 204 224 -
CMYK 0.03 0.09 0 0.12
HSL 279º 0.24% 0.84% -
HSV(B) 279º 0.09% 0.88% -
XYZ 63.66 63.32 79.39 -
YUV 210.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 217 204 224 0.03 0.09 0 0.12 279 0.24 0.84
Hex D9 CC E0 3 9 0 C 117 18 54
Octal 331 314 340 3 11 0 14 427 30 124
Binary 11011001 11001100 11100000 11 1001 0 1100 100010111 11000 1010100

Color Harmonies of #D9CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCE0

Black with #D9CCE0

Text Example


Text Example

White with #D9CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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