#D4CCD8

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

Shades of Titan White #D4CCD8

Tints of Titan White #D4CCD8

Color information

#D4CCD8 (or 0xD4CCD8) is unknown color: approx Titan White. HEX triplet: D4, CC and D8. RGB value is (212,204,216). Sum of RGB (Red+Green+Blue) = 212+204+216=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCD8 is #2B3327. Grayscale: #CFCFCF. Windows color (decimal): -2831144 or 14208212. OLE color: 14208212.

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

Color convert

RGB212204216-
CMYK0.020.0600.15
HSL280º13.33%82.35%-
HSV(B)280º5.56%84.71%-
XYZ61.1462.1473.74-
YUV207.76132.65131.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.54%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=33.54%
G=32.28%
B=34.18%

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
Decimal2122042160.020.0600.1528013.3382.35
HexD4CCD8260F118d52
Octal3243143302601743015122
Binary110101001100110011011000101100111110001100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCD8; }

 p { color: rgb(212,204,216); }

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

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

 a { background-color: rgb(212,204,216); }

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

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

 span { border-color: rgb(212,204,216); }

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