Html Css Color HEX #DBEAE3 White Ice

📋 copy color: '#DBEAE3'

red 219 ◦ green 234 ◦ blue 227

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

Shades of White Ice #DBEAE3

Tints of White Ice #DBEAE3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.41%

 BLUE value IS 227 (89.06% from 255) = 33.38%

R = 32.21%
G = 34.41%
B = 33.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#DBEAE3 (or 0xDBEAE3) is known color: White Ice. HEX triplet: DB, EA and E3. RGB value is (219,234,227). Sum of RGB (Red+Green+Blue) = 219+234+227=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAE3 is #24151C. Grayscale: #E4E4E4. Windows color (decimal): -2364701 or 14936795. OLE color: 14936795.

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

Color convert

RGB 219 234 227 -
CMYK 0.06 0 0.03 0.08
HSL 152º 0.26% 0.89% -
HSV(B) 152º 0.06% 0.92% -
XYZ 72.5 79.45 84.19 -
YUV 228.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 219 234 227 0.06 0 0.03 0.08 152 0.26 0.89
Hex DB EA E3 6 0 3 8 98 1A 59
Octal 333 352 343 6 0 3 10 230 32 131
Binary 11011011 11101010 11100011 110 0 11 1000 10011000 11010 1011001

Color Harmonies of #DBEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAE3

Black with #DBEAE3

Text Example


Text Example

White with #DBEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAE3; }

 p { color: rgb(219,234,227); }

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

background-color css

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

 a { background-color: rgb(219,234,227); }

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

border-color css

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

 span { border-color: rgb(219,234,227); }

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