#DBFCEE

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

Shades of Clear Day #DBFCEE

Tints of Clear Day #DBFCEE

Color information

#DBFCEE (or 0xDBFCEE) is unknown color: approx Clear Day. HEX triplet: DB, FC and EE. RGB value is (219,252,238). Sum of RGB (Red+Green+Blue) = 219+252+238=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCEE is #240311. Grayscale: #F0F0F0. Windows color (decimal): -2360082 or 15662299. OLE color: 15662299.

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

Color convert

RGB219252238-
CMYK0.1300.060.01
HSL154.55º84.62%92.35%-
HSV(B)154.55º13.1%98.82%-
XYZ79.4690.8594.24-
YUV240.54126.57112.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.89%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 238 (93.36% from 255) = 33.57%
R=30.89%
G=35.54%
B=33.57%

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
Decimal2192522380.1300.060.01154.5584.6292.35
HexDBFCEED0619b555c
Octal33337435615061233125134
Binary1101101111111100111011101101011011001101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCEE; }

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

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

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

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

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

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

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

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