#D6CADC

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

Shades of Titan White #D6CADC

Tints of Titan White #D6CADC

Color information

#D6CADC (or 0xD6CADC) is unknown color: approx Titan White. HEX triplet: D6, CA and DC. RGB value is (214,202,220). Sum of RGB (Red+Green+Blue) = 214+202+220=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CADC is #293523. Grayscale: #CFCFCF. Windows color (decimal): -2700580 or 14469846. OLE color: 14469846.

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

Color convert

RGB214202220-
CMYK0.030.0800.14
HSL280º20.45%82.75%-
HSV(B)280º8.18%86.27%-
XYZ61.7761.776.36-
YUV207.64134.98132.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=33.65%
G=31.76%
B=34.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142022200.030.0800.1428020.4582.75
HexD6CADC380E1181453
Octal32631233431001643024123
Binary11010110110010101101110011100001110100011000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CADC; }

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

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

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

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

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

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

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

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