#DBEBE2

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

Shades of White Ice #DBEBE2

Tints of White Ice #DBEBE2

Color information

#DBEBE2 (or 0xDBEBE2) is unknown color: approx White Ice. HEX triplet: DB, EB and E2. RGB value is (219,235,226). Sum of RGB (Red+Green+Blue) = 219+235+226=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBE2 is #24141D. Grayscale: #E5E5E5. Windows color (decimal): -2364446 or 14871515. OLE color: 14871515.

HSL color Cylindrical-coordinate representation of color #DBEBE2: hue angle of 146.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEBE2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB219235226-
CMYK0.0700.040.08
HSL146.25º28.57%89.02%-
HSV(B)146.25º6.81%92.16%-
XYZ72.6579.9783.56-
YUV229.19126.2120.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=32.21%
G=34.56%
B=33.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352260.0700.040.08146.2528.5789.02
HexDBEBE27048921d59
Octal3333533427041022235131
Binary1101101111101011111000101110100100010010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBE2; }

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

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

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

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

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

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

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

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