Html Css Color HEX #D9CBDD Titan White

📋 copy color: '#D9CBDD'

red 217 ◦ green 203 ◦ blue 221

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

Shades of Titan White #D9CBDD

Tints of Titan White #D9CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.48%

R = 33.85%
G = 31.67%
B = 34.48%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9CBDD (or 0xD9CBDD) is known color: Titan White. HEX triplet: D9, CB and DD. RGB value is (217,203,221). Sum of RGB (Red+Green+Blue) = 217+203+221=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBDD is #263422. Grayscale: #D1D1D1. Windows color (decimal): -2503715 or 14535641. OLE color: 14535641.

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

Color convert

RGB 217 203 221 -
CMYK 0.02 0.08 0 0.13
HSL 286.67º 0.21% 0.83% -
HSV(B) 286.67º 0.08% 0.87% -
XYZ 63.02 62.68 77.18 -
YUV 209.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 217 203 221 0.02 0.08 0 0.13 286.67 0.21 0.83
Hex D9 CB DD 2 8 0 D 11F 15 53
Octal 331 313 335 2 10 0 15 437 25 123
Binary 11011001 11001011 11011101 10 1000 0 1101 100011111 10101 1010011

Color Harmonies of #D9CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBDD

Black with #D9CBDD

Text Example


Text Example

White with #D9CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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