#D4CDD9

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

Shades of Titan White #D4CDD9

Tints of Titan White #D4CDD9

Color information

#D4CDD9 (or 0xD4CDD9) is unknown color: approx Titan White. HEX triplet: D4, CD and D9. RGB value is (212,205,217). Sum of RGB (Red+Green+Blue) = 212+205+217=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDD9 is #2B3226. Grayscale: #D0D0D0. Windows color (decimal): -2830887 or 14274004. OLE color: 14274004.

HSL color Cylindrical-coordinate representation of color #D4CDD9: hue angle of 275º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4CDD9 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212205217-
CMYK0.020.0600.15
HSL275º13.64%82.75%-
HSV(B)275º5.53%85.1%-
XYZ61.5162.6774.5-
YUV208.46132.82130.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.44%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 217 (85.16% from 255) = 34.23%
R=33.44%
G=32.33%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122052170.020.0600.1527513.6482.75
HexD4CDD9260F113e53
Octal3243153312601742316123
Binary110101001100110111011001101100111110001001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDD9; }

 p { color: rgb(212,205,217); }

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

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

 a { background-color: rgb(212,205,217); }

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

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

 span { border-color: rgb(212,205,217); }

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