#DCFCEE

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

Shades of Clear Day #DCFCEE

Tints of Clear Day #DCFCEE

Color information

#DCFCEE (or 0xDCFCEE) is unknown color: approx Clear Day. HEX triplet: DC, FC and EE. RGB value is (220,252,238). Sum of RGB (Red+Green+Blue) = 220+252+238=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCEE is #230311. Grayscale: #F0F0F0. Windows color (decimal): -2294546 or 15662300. OLE color: 15662300.

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

Color convert

RGB220252238-
CMYK0.1300.060.01
HSL153.75º84.21%92.55%-
HSV(B)153.75º12.7%98.82%-
XYZ79.7691.0194.25-
YUV240.84126.4113.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.99%
GREEN value IS 252 (98.83% from 255) = 35.49%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=30.99%
G=35.49%
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.01
SystemRedGreenBlueCMYKHSL
Decimal2202522380.1300.060.01153.7584.2192.55
HexDCFCEED0619a545d
Octal33437435615061232124135
Binary1101110011111100111011101101011011001101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCEE; }

 p { color: rgb(220,252,238); }

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

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

 a { background-color: rgb(220,252,238); }

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

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

 span { border-color: rgb(220,252,238); }

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