#DCFAEB

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

Shades of White Ice #DCFAEB

Tints of White Ice #DCFAEB

Color information

#DCFAEB (or 0xDCFAEB) is unknown color: approx White Ice. HEX triplet: DC, FA and EB. RGB value is (220,250,235). Sum of RGB (Red+Green+Blue) = 220+250+235=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAEB is #230514. Grayscale: #EFEFEF. Windows color (decimal): -2295061 or 15465180. OLE color: 15465180.

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

Color convert

RGB220250235-
CMYK0.1200.060.02
HSL150º75%92.16%-
HSV(B)150º12%98.04%-
XYZ78.789.5991.74-
YUV239.32125.56114.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.21%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 235 (92.19% from 255) = 33.33%
R=31.21%
G=35.46%
B=33.33%

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
Decimal2202502350.1200.060.021507592.16
HexDCFAEBC062964b5c
Octal33437235314062226113134
Binary11011100111110101110101111000110101001011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAEB; }

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

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

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

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

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

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

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

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