#DCF9EB

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

Shades of White Ice #DCF9EB

Tints of White Ice #DCF9EB

Color information

#DCF9EB (or 0xDCF9EB) is unknown color: approx White Ice. HEX triplet: DC, F9 and EB. RGB value is (220,249,235). Sum of RGB (Red+Green+Blue) = 220+249+235=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9EB is #230614. Grayscale: #EEEEEE. Windows color (decimal): -2295317 or 15464924. OLE color: 15464924.

HSL color Cylindrical-coordinate representation of color #DCF9EB: hue angle of 151.03º degrees, saturation: 0.71, 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 #DCF9EB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB220249235-
CMYK0.1200.060.02
HSL151.03º70.73%91.96%-
HSV(B)151.03º11.65%97.65%-
XYZ78.3988.9791.64-
YUV238.73125.89114.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.25%
GREEN value IS 249 (97.66% from 255) = 35.37%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=31.25%
G=35.37%
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
Decimal2202492350.1200.060.02151.0370.7391.96
HexDCF9EBC06297475c
Octal33437135314062227107134
Binary11011100111110011110101111000110101001011110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9EB; }

 p { color: rgb(220,249,235); }

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

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

 a { background-color: rgb(220,249,235); }

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

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

 span { border-color: rgb(220,249,235); }

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