Html Css Color HEX #DBF1E8 White Ice

📋 copy color: '#DBF1E8'

red 219 ◦ green 241 ◦ blue 232

#DBF1E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #DBF1E8

Tints of White Ice #DBF1E8

RGB

 RED value IS 219 (85.94% from 255) = 31.65%

 GREEN value IS 241 (94.53% from 255) = 34.83%

 BLUE value IS 232 (91.02% from 255) = 33.53%

R = 31.65%
G = 34.83%
B = 33.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#DBF1E8 (or 0xDBF1E8) is known color: White Ice. HEX triplet: DB, F1 and E8. RGB value is (219,241,232). Sum of RGB (Red+Green+Blue) = 219+241+232=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1E8 is #240E17. Grayscale: #E9E9E9. Windows color (decimal): -2362904 or 15266267. OLE color: 15266267.

HSL color Cylindrical-coordinate representation of color #DBF1E8: hue angle of 155.45º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1E8 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 232 -
CMYK 0.09 0 0.04 0.05
HSL 155.45º 0.44% 0.9% -
HSV(B) 155.45º 0.09% 0.95% -
XYZ 75.23 83.8 88.55 -
YUV 233.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 219 241 232 0.09 0 0.04 0.05 155.45 0.44 0.9
Hex DB F1 E8 9 0 4 5 9B 2C 5A
Octal 333 361 350 11 0 4 5 233 54 132
Binary 11011011 11110001 11101000 1001 0 100 101 10011011 101100 1011010

Color Harmonies of #DBF1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1E8

Black with #DBF1E8

Text Example


Text Example

White with #DBF1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1E8; }

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

 H1.HeaderClassName
 {
   color: #DBF1E8;
 }
 .AnyTagClassName
 {
   color: #DBF1E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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