#D6C5DE

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

Shades of Titan White #D6C5DE

Tints of Titan White #D6C5DE

Color information

#D6C5DE (or 0xD6C5DE) is unknown color: approx Titan White. HEX triplet: D6, C5 and DE. RGB value is (214,197,222). Sum of RGB (Red+Green+Blue) = 214+197+222=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6C5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5DE is #293A21. Grayscale: #CCCCCC. Windows color (decimal): -2701858 or 14599638. OLE color: 14599638.

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

Color convert

RGB214197222-
CMYK0.040.1100.13
HSL280.8º27.47%82.16%-
HSV(B)280.8º11.26%87.06%-
XYZ60.8859.577.38-
YUV204.93137.63134.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=33.81%
G=31.12%
B=35.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141972220.040.1100.13280.827.4782.16
HexD6C5DE4B0D1191b52
Octal32630533641301543133122
Binary110101101100010111011110100101101101100011001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5DE; }

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

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

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

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

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

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

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

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