#DBFDED

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

Shades of White Ice #DBFDED

Tints of White Ice #DBFDED

Color information

#DBFDED (or 0xDBFDED) is unknown color: approx White Ice. HEX triplet: DB, FD and ED. RGB value is (219,253,237). Sum of RGB (Red+Green+Blue) = 219+253+237=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDED is #240212. Grayscale: #F1F1F1. Windows color (decimal): -2359827 or 15597019. OLE color: 15597019.

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

Color convert

RGB219253237-
CMYK0.1300.060.01
HSL151.76º89.47%92.55%-
HSV(B)151.76º13.44%99.22%-
XYZ79.6291.4393.57-
YUV241.01125.74112.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.89%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 237 (92.97% from 255) = 33.43%
R=30.89%
G=35.68%
B=33.43%

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
Decimal2192532370.1300.060.01151.7689.4792.55
HexDBFDEDD06198595d
Octal33337535515061230131135
Binary1101101111111101111011011101011011001100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDED; }

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

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

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

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

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

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

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

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