Html Css Color HEX #D9CEDD Titan White

📋 copy color: '#D9CEDD'

red 217 ◦ green 206 ◦ blue 221

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

Shades of Titan White #D9CEDD

Tints of Titan White #D9CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.99%

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

R = 33.7%
G = 31.99%
B = 34.32%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9CEDD (or 0xD9CEDD) is known color: Titan White. HEX triplet: D9, CE and DD. RGB value is (217,206,221). Sum of RGB (Red+Green+Blue) = 217+206+221=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEDD is #263122. Grayscale: #D2D2D2. Windows color (decimal): -2502947 or 14536409. OLE color: 14536409.

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

Color convert

RGB 217 206 221 -
CMYK 0.02 0.07 0 0.13
HSL 284º 0.18% 0.84% -
HSV(B) 284º 0.07% 0.87% -
XYZ 63.74 64.11 77.42 -
YUV 211 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 217 206 221 0.02 0.07 0 0.13 284 0.18 0.84
Hex D9 CE DD 2 7 0 D 11C 12 54
Octal 331 316 335 2 7 0 15 434 22 124
Binary 11011001 11001110 11011101 10 111 0 1101 100011100 10010 1010100

Color Harmonies of #D9CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CEDD

Black with #D9CEDD

Text Example


Text Example

White with #D9CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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