#DCCEFB

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

Shades of Fog #DCCEFB

Tints of Fog #DCCEFB

Color information

#DCCEFB (or 0xDCCEFB) is unknown color: approx Fog. HEX triplet: DC, CE and FB. RGB value is (220,206,251). Sum of RGB (Red+Green+Blue) = 220+206+251=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCCEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEFB is #233104. Grayscale: #D7D7D7. Windows color (decimal): -2306309 or 16502492. OLE color: 16502492.

HSL color Cylindrical-coordinate representation of color #DCCEFB: hue angle of 258.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCEFB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220206251-
CMYK0.120.1800.02
HSL258.67º84.91%89.61%-
HSV(B)258.67º17.93%98.43%-
XYZ6966.32100.43-
YUV215.32148.14131.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 206 (80.86% from 255) = 30.43%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=32.50%
G=30.43%
B=37.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202062510.120.1800.02258.6784.9189.61
HexDCCEFBC1202103555a
Octal334316373142202403125132
Binary11011100110011101111101111001001001010000001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEFB; }

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

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

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

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

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

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

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

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