#DCF1E6

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

Shades of White Ice #DCF1E6

Tints of White Ice #DCF1E6

Color information

#DCF1E6 (or 0xDCF1E6) is unknown color: approx White Ice. HEX triplet: DC, F1 and E6. RGB value is (220,241,230). Sum of RGB (Red+Green+Blue) = 220+241+230=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1E6 is #230E19. Grayscale: #E9E9E9. Windows color (decimal): -2297370 or 15135196. OLE color: 15135196.

HSL color Cylindrical-coordinate representation of color #DCF1E6: hue angle of 148.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF1E6 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB220241230-
CMYK0.0900.050.05
HSL148.57º42.86%90.39%-
HSV(B)148.57º8.71%94.51%-
XYZ75.2583.8487.08-
YUV233.47126.04118.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 241 (94.53% from 255) = 34.88%
BLUE value IS 230 (90.23% from 255) = 33.29%
R=31.84%
G=34.88%
B=33.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202412300.0900.050.05148.5742.8690.39
HexDCF1E69055952b5a
Octal3343613461105522553132
Binary11011100111100011110011010010101101100101011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1E6; }

 p { color: rgb(220,241,230); }

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

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

 a { background-color: rgb(220,241,230); }

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

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

 span { border-color: rgb(220,241,230); }

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