Html Css Color HEX #DBF0E4 White Ice

📋 copy color: '#DBF0E4'

red 219 ◦ green 240 ◦ blue 228

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

Shades of White Ice #DBF0E4

Tints of White Ice #DBF0E4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.93%

 BLUE value IS 228 (89.45% from 255) = 33.19%

R = 31.88%
G = 34.93%
B = 33.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#DBF0E4 (or 0xDBF0E4) is known color: White Ice. HEX triplet: DB, F0 and E4. RGB value is (219,240,228). Sum of RGB (Red+Green+Blue) = 219+240+228=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0E4 is #240F1B. Grayscale: #E8E8E8. Windows color (decimal): -2363164 or 15003867. OLE color: 15003867.

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

Color convert

RGB 219 240 228 -
CMYK 0.09 0 0.05 0.06
HSL 145.71º 0.41% 0.9% -
HSV(B) 145.71º 0.09% 0.94% -
XYZ 74.38 82.98 85.5 -
YUV 232.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 219 240 228 0.09 0 0.05 0.06 145.71 0.41 0.9
Hex DB F0 E4 9 0 5 6 92 29 5A
Octal 333 360 344 11 0 5 6 222 51 132
Binary 11011011 11110000 11100100 1001 0 101 110 10010010 101001 1011010

Color Harmonies of #DBF0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0E4

Black with #DBF0E4

Text Example


Text Example

White with #DBF0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0E4; }

 p { color: rgb(219,240,228); }

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

background-color css

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

 a { background-color: rgb(219,240,228); }

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

border-color css

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

 span { border-color: rgb(219,240,228); }

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