#D6CBED

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

Shades of Fog #D6CBED

Tints of Fog #D6CBED

Color information

#D6CBED (or 0xD6CBED) is unknown color: approx Fog. HEX triplet: D6, CB and ED. RGB value is (214,203,237). Sum of RGB (Red+Green+Blue) = 214+203+237=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CBED is #293412. Grayscale: #D2D2D2. Windows color (decimal): -2700307 or 15584214. OLE color: 15584214.

HSL color Cylindrical-coordinate representation of color #D6CBED: hue angle of 259.41º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6CBED is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214203237-
CMYK0.100.1400.07
HSL259.41º48.57%86.27%-
HSV(B)259.41º14.35%92.94%-
XYZ64.3763.1288.91-
YUV210.16143.14130.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=32.72%
G=31.04%
B=36.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142032370.100.1400.07259.4148.5786.27
HexD6CBEDAE071033156
Octal32631335512160740361126
Binary1101011011001011111011011010111001111000000111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBED; }

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

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

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

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

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

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

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

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