#DCFBEC

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

Shades of White Ice #DCFBEC

Tints of White Ice #DCFBEC

Color information

#DCFBEC (or 0xDCFBEC) is unknown color: approx White Ice. HEX triplet: DC, FB and EC. RGB value is (220,251,236). Sum of RGB (Red+Green+Blue) = 220+251+236=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBEC is #230413. Grayscale: #F0F0F0. Windows color (decimal): -2294804 or 15530972. OLE color: 15530972.

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

Color convert

RGB220251236-
CMYK0.1200.060.02
HSL150.97º79.49%92.35%-
HSV(B)150.97º12.35%98.43%-
XYZ79.1590.2792.61-
YUV240.02125.73113.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.12%
GREEN value IS 251 (98.44% from 255) = 35.50%
BLUE value IS 236 (92.58% from 255) = 33.38%
R=31.12%
G=35.50%
B=33.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202512360.1200.060.02150.9779.4992.35
HexDCFBECC062974f5c
Octal33437335414062227117134
Binary11011100111110111110110011000110101001011110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBEC; }

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

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

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

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

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

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

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

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