#D6CEDC

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

Shades of Titan White #D6CEDC

Tints of Titan White #D6CEDC

Color information

#D6CEDC (or 0xD6CEDC) is unknown color: approx Titan White. HEX triplet: D6, CE and DC. RGB value is (214,206,220). Sum of RGB (Red+Green+Blue) = 214+206+220=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEDC is #293123. Grayscale: #D1D1D1. Windows color (decimal): -2699556 or 14470870. OLE color: 14470870.

HSL color Cylindrical-coordinate representation of color #D6CEDC: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CEDC is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214206220-
CMYK0.030.0600.14
HSL274.29º16.67%83.53%-
HSV(B)274.29º6.36%86.27%-
XYZ62.7263.6176.68-
YUV209.99133.65130.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.44%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=33.44%
G=32.19%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142062200.030.0600.14274.2916.6783.53
HexD6CEDC360E1121154
Octal3263163343601642221124
Binary1101011011001110110111001111001110100010010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEDC; }

 p { color: rgb(214,206,220); }

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

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

 a { background-color: rgb(214,206,220); }

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

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

 span { border-color: rgb(214,206,220); }

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