#DBFFF1

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

Shades of Clear Day #DBFFF1

Tints of Clear Day #DBFFF1

Color information

#DBFFF1 (or 0xDBFFF1) is unknown color: approx Clear Day. HEX triplet: DB, FF and F1. RGB value is (219,255,241). Sum of RGB (Red+Green+Blue) = 219+255+241=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFF1 is #24000E. Grayscale: #F2F2F2. Windows color (decimal): -2359311 or 15859675. OLE color: 15859675.

HSL color Cylindrical-coordinate representation of color #DBFFF1: hue angle of 156.67º 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 #DBFFF1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB219255241-
CMYK0.1400.050
HSL156.67º100%92.94%-
HSV(B)156.67º14.12%100%-
XYZ80.8592.9396.9-
YUV242.64127.07111.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.63%
GREEN value IS 255 (100% from 255) = 35.66%
BLUE value IS 241 (94.53% from 255) = 33.71%
R=30.63%
G=35.66%
B=33.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552410.1400.050156.6710092.94
HexDBFFF1E0509d645d
Octal33337736116050235144135
Binary1101101111111111111100011110010101001110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFF1; }

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

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

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

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

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

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

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

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