#D1CBEB

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

Shades of Fog #D1CBEB

Tints of Fog #D1CBEB

Color information

#D1CBEB (or 0xD1CBEB) is unknown color: approx Fog. HEX triplet: D1, CB and EB. RGB value is (209,203,235). Sum of RGB (Red+Green+Blue) = 209+203+235=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 203 (79.69% from 255 or 31.38% 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 #D1CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBEB is #2E3414. Grayscale: #D0D0D0. Windows color (decimal): -3027989 or 15453137. OLE color: 15453137.

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

Color convert

RGB209203235-
CMYK0.110.1400.08
HSL251.25º44.44%85.88%-
HSV(B)251.25º13.62%92.16%-
XYZ62.6562.2787.31-
YUV208.44142.99128.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.30%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=32.30%
G=31.38%
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
Decimal2092032350.110.1400.08251.2544.4485.88
HexD1CBEBBE08fb2c56
Octal321313353131601037354126
Binary1101000111001011111010111011111001000111110111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBEB; }

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

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

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

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

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

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

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

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