Html Css Color HEX #DBE9E1 White Ice

📋 copy color: '#DBE9E1'

red 219 ◦ green 233 ◦ blue 225

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

Shades of White Ice #DBE9E1

Tints of White Ice #DBE9E1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.42%

 BLUE value IS 225 (88.28% from 255) = 33.23%

R = 32.35%
G = 34.42%
B = 33.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#DBE9E1 (or 0xDBE9E1) is known color: White Ice. HEX triplet: DB, E9 and E1. RGB value is (219,233,225). Sum of RGB (Red+Green+Blue) = 219+233+225=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9E1 is #24161E. Grayscale: #E3E3E3. Windows color (decimal): -2364959 or 14805467. OLE color: 14805467.

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

Color convert

RGB 219 233 225 -
CMYK 0.06 0 0.03 0.09
HSL 145.71º 0.24% 0.89% -
HSV(B) 145.71º 0.06% 0.91% -
XYZ 71.94 78.77 82.65 -
YUV 227.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 219 233 225 0.06 0 0.03 0.09 145.71 0.24 0.89
Hex DB E9 E1 6 0 3 9 92 18 59
Octal 333 351 341 6 0 3 11 222 30 131
Binary 11011011 11101001 11100001 110 0 11 1001 10010010 11000 1011001

Color Harmonies of #DBE9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9E1

Black with #DBE9E1

Text Example


Text Example

White with #DBE9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9E1; }

 p { color: rgb(219,233,225); }

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

background-color css

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

 a { background-color: rgb(219,233,225); }

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

border-color css

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

 span { border-color: rgb(219,233,225); }

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