Html Css Color HEX #D9CFDE Titan White

📋 copy color: '#D9CFDE'

red 217 ◦ green 207 ◦ blue 222

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

Shades of Titan White #D9CFDE

Tints of Titan White #D9CFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.04%

 BLUE value IS 222 (87.11% from 255) = 34.37%

R = 33.59%
G = 32.04%
B = 34.37%

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

#D9CFDE (or 0xD9CFDE) is known color: Titan White. HEX triplet: D9, CF and DE. RGB value is (217,207,222). Sum of RGB (Red+Green+Blue) = 217+207+222=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFDE is #263021. Grayscale: #D3D3D3. Windows color (decimal): -2502690 or 14602201. OLE color: 14602201.

HSL color Cylindrical-coordinate representation of color #D9CFDE: hue angle of 280º degrees, saturation: 0.19, 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 #D9CFDE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 207 222 -
CMYK 0.02 0.07 0 0.13
HSL 280º 0.19% 0.84% -
HSV(B) 280º 0.07% 0.87% -
XYZ 64.11 64.65 78.21 -
YUV 211.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 217 207 222 0.02 0.07 0 0.13 280 0.19 0.84
Hex D9 CF DE 2 7 0 D 118 13 54
Octal 331 317 336 2 7 0 15 430 23 124
Binary 11011001 11001111 11011110 10 111 0 1101 100011000 10011 1010100

Color Harmonies of #D9CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CFDE

Black with #D9CFDE

Text Example


Text Example

White with #D9CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CFDE; }

 p { color: rgb(217,207,222); }

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

background-color css

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

 a { background-color: rgb(217,207,222); }

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

border-color css

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

 span { border-color: rgb(217,207,222); }

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