#D6CAEB

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

Shades of Fog #D6CAEB

Tints of Fog #D6CAEB

Color information

#D6CAEB (or 0xD6CAEB) is unknown color: approx Fog. HEX triplet: D6, CA and EB. RGB value is (214,202,235). Sum of RGB (Red+Green+Blue) = 214+202+235=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAEB is #293514. Grayscale: #D1D1D1. Windows color (decimal): -2700565 or 15452886. OLE color: 15452886.

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

Color convert

RGB214202235-
CMYK0.090.1400.08
HSL261.82º45.21%85.69%-
HSV(B)261.82º14.04%92.16%-
XYZ63.8562.5487.3-
YUV209.35142.48131.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.87%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=32.87%
G=31.03%
B=36.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142022350.090.1400.08261.8245.2185.69
HexD6CAEB9E081062d56
Octal326312353111601040655126
Binary11010110110010101110101110011110010001000001101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAEB; }

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

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

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

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

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

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

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

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