#D2CAEB

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

Shades of Fog #D2CAEB

Tints of Fog #D2CAEB

Color information

#D2CAEB (or 0xD2CAEB) is unknown color: approx Fog. HEX triplet: D2, CA and EB. RGB value is (210,202,235). Sum of RGB (Red+Green+Blue) = 210+202+235=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAEB is #2D3514. Grayscale: #D0D0D0. Windows color (decimal): -2962709 or 15452882. OLE color: 15452882.

HSL color Cylindrical-coordinate representation of color #D2CAEB: hue angle of 254.55º 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 #D2CAEB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210202235-
CMYK0.110.1400.08
HSL254.55º45.21%85.69%-
HSV(B)254.55º14.04%92.16%-
XYZ62.6961.9487.25-
YUV208.15143.15129.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.46%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=32.46%
G=31.22%
B=36.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102022350.110.1400.08254.5545.2185.69
HexD2CAEBBE08ff2d56
Octal322312353131601037755126
Binary1101001011001010111010111011111001000111111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAEB; }

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

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

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

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

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

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

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

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