Html Css Color HEX #DBE8E1 White Ice

📋 copy color: '#DBE8E1'

red 219 ◦ green 232 ◦ blue 225

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

Shades of White Ice #DBE8E1

Tints of White Ice #DBE8E1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.32%

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

R = 32.4%
G = 34.32%
B = 33.28%

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

#DBE8E1 (or 0xDBE8E1) is known color: White Ice. HEX triplet: DB, E8 and E1. RGB value is (219,232,225). Sum of RGB (Red+Green+Blue) = 219+232+225=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8E1 is #24171E. Grayscale: #E3E3E3. Windows color (decimal): -2365215 or 14805211. OLE color: 14805211.

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

Color convert

RGB 219 232 225 -
CMYK 0.06 0 0.03 0.09
HSL 147.69º 0.22% 0.88% -
HSV(B) 147.69º 0.06% 0.91% -
XYZ 71.66 78.21 82.55 -
YUV 227.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 219 232 225 0.06 0 0.03 0.09 147.69 0.22 0.88
Hex DB E8 E1 6 0 3 9 94 16 58
Octal 333 350 341 6 0 3 11 224 26 130
Binary 11011011 11101000 11100001 110 0 11 1001 10010100 10110 1011000

Color Harmonies of #DBE8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8E1

Black with #DBE8E1

Text Example


Text Example

White with #DBE8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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