#D2CBEF

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

Shades of Fog #D2CBEF

Tints of Fog #D2CBEF

Color information

#D2CBEF (or 0xD2CBEF) is unknown color: approx Fog. HEX triplet: D2, CB and EF. RGB value is (210,203,239). Sum of RGB (Red+Green+Blue) = 210+203+239=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBEF is #2D3410. Grayscale: #D1D1D1. Windows color (decimal): -2962449 or 15715282. OLE color: 15715282.

HSL color Cylindrical-coordinate representation of color #D2CBEF: hue angle of 251.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2CBEF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210203239-
CMYK0.120.1500.06
HSL251.67º52.94%86.67%-
HSV(B)251.67º15.06%93.73%-
XYZ63.5162.6590.41-
YUV209.2144.82128.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.21%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=32.21%
G=31.13%
B=36.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102032390.120.1500.06251.6752.9486.67
HexD2CBEFCF06fc3557
Octal32231335714170637465127
Binary110100101100101111101111110011110110111111001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CBEF; }

 p { color: rgb(210,203,239); }

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

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

 a { background-color: rgb(210,203,239); }

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

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

 span { border-color: rgb(210,203,239); }

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