#DCCEEB

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

Shades of Fog #DCCEEB

Tints of Fog #DCCEEB

Color information

#DCCEEB (or 0xDCCEEB) is unknown color: approx Fog. HEX triplet: DC, CE and EB. RGB value is (220,206,235). Sum of RGB (Red+Green+Blue) = 220+206+235=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEEB is #233114. Grayscale: #D5D5D5. Windows color (decimal): -2306325 or 15453916. OLE color: 15453916.

HSL color Cylindrical-coordinate representation of color #DCCEEB: hue angle of 268.97º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCEEB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220206235-
CMYK0.060.1200.08
HSL268.97º42.03%86.47%-
HSV(B)268.97º12.34%92.16%-
XYZ66.5865.3687.7-
YUV213.49140.14132.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=33.28%
G=31.16%
B=35.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202062350.060.1200.08268.9742.0386.47
HexDCCEEB6C0810d2a56
Octal33431635361401041552126
Binary1101110011001110111010111101100010001000011011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEEB; }

 p { color: rgb(220,206,235); }

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

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

 a { background-color: rgb(220,206,235); }

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

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

 span { border-color: rgb(220,206,235); }

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