#D6CCDE

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

Shades of Titan White #D6CCDE

Tints of Titan White #D6CCDE

Color information

#D6CCDE (or 0xD6CCDE) is unknown color: approx Titan White. HEX triplet: D6, CC and DE. RGB value is (214,204,222). Sum of RGB (Red+Green+Blue) = 214+204+222=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCDE is #293321. Grayscale: #D0D0D0. Windows color (decimal): -2700066 or 14601430. OLE color: 14601430.

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

Color convert

RGB214204222-
CMYK0.040.0800.13
HSL273.33º21.43%83.53%-
HSV(B)273.33º8.11%87.06%-
XYZ62.5162.7677.93-
YUV209.04135.31131.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.44%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=33.44%
G=31.88%
B=34.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142042220.040.0800.13273.3321.4383.53
HexD6CCDE480D1111554
Octal32631433641001542125124
Binary110101101100110011011110100100001101100010001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCDE; }

 p { color: rgb(214,204,222); }

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

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

 a { background-color: rgb(214,204,222); }

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

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

 span { border-color: rgb(214,204,222); }

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