#DCCFEE

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

Shades of Fog #DCCFEE

Tints of Fog #DCCFEE

Color information

#DCCFEE (or 0xDCCFEE) is unknown color: approx Fog. HEX triplet: DC, CF and EE. RGB value is (220,207,238). Sum of RGB (Red+Green+Blue) = 220+207+238=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFEE is #233011. Grayscale: #D6D6D6. Windows color (decimal): -2306066 or 15650780. OLE color: 15650780.

HSL color Cylindrical-coordinate representation of color #DCCFEE: hue angle of 265.16º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCFEE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220207238-
CMYK0.080.1300.07
HSL265.16º47.69%87.25%-
HSV(B)265.16º13.03%93.33%-
XYZ67.2666.0190.09-
YUV214.42141.31131.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=33.08%
G=31.13%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202072380.080.1300.07265.1647.6987.25
HexDCCFEE8D071093057
Octal33431735610150741160127
Binary1101110011001111111011101000110101111000010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFEE; }

 p { color: rgb(220,207,238); }

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

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

 a { background-color: rgb(220,207,238); }

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

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

 span { border-color: rgb(220,207,238); }

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