#D9CCDC

Color #D9CCDC Titan White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Titan White #D9CCDC

Tints of Titan White #D9CCDC

Color information

#D9CCDC (or 0xD9CCDC) is unknown color: approx Titan White. HEX triplet: D9, CC and DC. RGB value is (217,204,220). Sum of RGB (Red+Green+Blue) = 217+204+220=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDC is #263323. Grayscale: #D1D1D1. Windows color (decimal): -2503460 or 14470361. OLE color: 14470361.

HSL color Cylindrical-coordinate representation of color #D9CCDC: hue angle of 288.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CCDC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217204220-
CMYK0.010.0700.14
HSL288.75º18.6%83.14%-
HSV(B)288.75º7.27%86.27%-
XYZ63.1363.176.56-
YUV209.71133.81133.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=33.85%
G=31.83%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172042200.010.0700.14288.7518.683.14
HexD9CCDC170E1211353
Octal3313143341701644123123
Binary110110011100110011011100111101110100100001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCDC; }

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

 H1.HeaderClassName
 {
   color: #D9CCDC;
 }
 .AnyTagClassName
 {
   color: #D9CCDC;
 }
</style>
background-color css

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

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

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

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

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

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