#D6CBEB

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

Shades of Fog #D6CBEB

Tints of Fog #D6CBEB

Color information

#D6CBEB (or 0xD6CBEB) is unknown color: approx Fog. HEX triplet: D6, CB and EB. RGB value is (214,203,235). Sum of RGB (Red+Green+Blue) = 214+203+235=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CBEB is #293414. Grayscale: #D1D1D1. Windows color (decimal): -2700309 or 15453142. OLE color: 15453142.

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

Color convert

RGB214203235-
CMYK0.090.1400.08
HSL260.62º44.44%85.88%-
HSV(B)260.62º13.62%92.16%-
XYZ64.0863.0187.38-
YUV209.94142.14130.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.82%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=32.82%
G=31.13%
B=36.04%

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
Decimal2142032350.090.1400.08260.6244.4485.88
HexD6CBEB9E081052c56
Octal326313353111601040554126
Binary11010110110010111110101110011110010001000001011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBEB; }

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

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

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

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

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

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

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

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