#DBFDEB

Color #DBFDEB White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #DBFDEB

Tints of White Ice #DBFDEB

Color information

#DBFDEB (or 0xDBFDEB) is unknown color: approx White Ice. HEX triplet: DB, FD and EB. RGB value is (219,253,235). Sum of RGB (Red+Green+Blue) = 219+253+235=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDEB is #240214. Grayscale: #F0F0F0. Windows color (decimal): -2359829 or 15465947. OLE color: 15465947.

HSL color Cylindrical-coordinate representation of color #DBFDEB: hue angle of 148.24º degrees, saturation: 0.89, 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 #DBFDEB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB219253235-
CMYK0.1300.070.01
HSL148.24º89.47%92.55%-
HSV(B)148.24º13.44%99.22%-
XYZ79.3391.3192.04-
YUV240.78124.74112.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.98%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=30.98%
G=35.79%
B=33.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532350.1300.070.01148.2489.4792.55
HexDBFDEBD07194595d
Octal33337535315071224131135
Binary1101101111111101111010111101011111001010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDEB; }

 p { color: rgb(219,253,235); }

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

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

 a { background-color: rgb(219,253,235); }

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

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

 span { border-color: rgb(219,253,235); }

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