#DBFFF2

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

Shades of Clear Day #DBFFF2

Tints of Clear Day #DBFFF2

Color information

#DBFFF2 (or 0xDBFFF2) is unknown color: approx Clear Day. HEX triplet: DB, FF and F2. RGB value is (219,255,242). Sum of RGB (Red+Green+Blue) = 219+255+242=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFF2 is #24000D. Grayscale: #F2F2F2. Windows color (decimal): -2359310 or 15925211. OLE color: 15925211.

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

Color convert

RGB219255242-
CMYK0.1400.050
HSL158.33º100%92.94%-
HSV(B)158.33º14.12%100%-
XYZ8192.9997.68-
YUV242.75127.57111.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.59%
GREEN value IS 255 (100% from 255) = 35.61%
BLUE value IS 242 (94.92% from 255) = 33.80%
R=30.59%
G=35.61%
B=33.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552420.1400.050158.3310092.94
HexDBFFF2E0509e645d
Octal33337736216050236144135
Binary1101101111111111111100101110010101001111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFF2; }

 p { color: rgb(219,255,242); }

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

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

 a { background-color: rgb(219,255,242); }

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

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

 span { border-color: rgb(219,255,242); }

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