#D1CAEB

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

Shades of Fog #D1CAEB

Tints of Fog #D1CAEB

Color information

#D1CAEB (or 0xD1CAEB) is unknown color: approx Fog. HEX triplet: D1, CA and EB. RGB value is (209,202,235). Sum of RGB (Red+Green+Blue) = 209+202+235=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAEB is #2E3514. Grayscale: #CFCFCF. Windows color (decimal): -3028245 or 15452881. OLE color: 15452881.

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

Color convert

RGB209202235-
CMYK0.110.1400.08
HSL252.73º45.21%85.69%-
HSV(B)252.73º14.04%92.16%-
XYZ62.4161.7987.24-
YUV207.86143.32128.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.35%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=32.35%
G=31.27%
B=36.38%

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
Decimal2092022350.110.1400.08252.7345.2185.69
HexD1CAEBBE08fd2d56
Octal321312353131601037555126
Binary1101000111001010111010111011111001000111111011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAEB; }

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

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

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

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

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

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

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

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