#DCCFF0

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

Shades of Fog #DCCFF0

Tints of Fog #DCCFF0

Color information

#DCCFF0 (or 0xDCCFF0) is unknown color: approx Fog. HEX triplet: DC, CF and F0. RGB value is (220,207,240). Sum of RGB (Red+Green+Blue) = 220+207+240=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFF0 is #23300F. Grayscale: #D6D6D6. Windows color (decimal): -2306064 or 15781852. OLE color: 15781852.

HSL color Cylindrical-coordinate representation of color #DCCFF0: hue angle of 263.64º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCFF0 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220207240-
CMYK0.080.1400.06
HSL263.64º52.38%87.65%-
HSV(B)263.64º13.75%94.12%-
XYZ67.5666.1391.64-
YUV214.65142.31131.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=32.98%
G=31.03%
B=35.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202072400.080.1400.06263.6452.3887.65
HexDCCFF08E061083458
Octal33431736010160641064130
Binary1101110011001111111100001000111001101000010001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFF0; }

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

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

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

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

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

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

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

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