Html Css Color HEX #D9CBE0 Titan White

📋 copy color: '#D9CBE0'

red 217 ◦ green 203 ◦ blue 224

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

Shades of Titan White #D9CBE0

Tints of Titan White #D9CBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.52%

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

R = 33.7%
G = 31.52%
B = 34.78%

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

#D9CBE0 (or 0xD9CBE0) is known color: Titan White. HEX triplet: D9, CB and E0. RGB value is (217,203,224). Sum of RGB (Red+Green+Blue) = 217+203+224=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBE0 is #26341F. Grayscale: #D1D1D1. Windows color (decimal): -2503712 or 14732249. OLE color: 14732249.

HSL color Cylindrical-coordinate representation of color #D9CBE0: hue angle of 280º degrees, saturation: 0.25, 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 #D9CBE0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 203 224 -
CMYK 0.03 0.09 0 0.12
HSL 280º 0.25% 0.84% -
HSV(B) 280º 0.09% 0.88% -
XYZ 63.43 62.85 79.31 -
YUV 209.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 217 203 224 0.03 0.09 0 0.12 280 0.25 0.84
Hex D9 CB E0 3 9 0 C 118 19 54
Octal 331 313 340 3 11 0 14 430 31 124
Binary 11011001 11001011 11100000 11 1001 0 1100 100011000 11001 1010100

Color Harmonies of #D9CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBE0

Black with #D9CBE0

Text Example


Text Example

White with #D9CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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