#DCFEEF

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

Shades of Clear Day #DCFEEF

Tints of Clear Day #DCFEEF

Color information

#DCFEEF (or 0xDCFEEF) is unknown color: approx Clear Day. HEX triplet: DC, FE and EF. RGB value is (220,254,239). Sum of RGB (Red+Green+Blue) = 220+254+239=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEEF is #230110. Grayscale: #F2F2F2. Windows color (decimal): -2294033 or 15728348. OLE color: 15728348.

HSL color Cylindrical-coordinate representation of color #DCFEEF: hue angle of 153.53º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEEF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB220254239-
CMYK0.1300.060.00
HSL153.53º94.44%92.94%-
HSV(B)153.53º13.39%99.61%-
XYZ80.5492.3395.24-
YUV242.12126.24112.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.86%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 239 (93.75% from 255) = 33.52%
R=30.86%
G=35.62%
B=33.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202542390.1300.060.00153.5394.4492.94
HexDCFEEFD0609a5e5d
Octal33437635715060232136135
Binary1101110011111110111011111101011001001101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEEF; }

 p { color: rgb(220,254,239); }

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

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

 a { background-color: rgb(220,254,239); }

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

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

 span { border-color: rgb(220,254,239); }

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