#D6CADA

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

Shades of Titan White #D6CADA

Tints of Titan White #D6CADA

Color information

#D6CADA (or 0xD6CADA) is unknown color: approx Titan White. HEX triplet: D6, CA and DA. RGB value is (214,202,218). Sum of RGB (Red+Green+Blue) = 214+202+218=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CADA is #293525. Grayscale: #CFCFCF. Windows color (decimal): -2700582 or 14338774. OLE color: 14338774.

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

Color convert

RGB214202218-
CMYK0.020.0700.15
HSL285º17.78%82.35%-
HSV(B)285º7.34%85.49%-
XYZ61.5161.674.98-
YUV207.41133.98132.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=33.75%
G=31.86%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142022180.020.0700.1528517.7882.35
HexD6CADA270F11d1252
Octal3263123322701743522122
Binary1101011011001010110110101011101111100011101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CADA; }

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

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

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

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

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

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

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

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