Html Css Color HEX #DBEAE2 White Ice

📋 copy color: '#DBEAE2'

red 219 ◦ green 234 ◦ blue 226

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

Shades of White Ice #DBEAE2

Tints of White Ice #DBEAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.28%

R = 32.25%
G = 34.46%
B = 33.28%

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

#DBEAE2 (or 0xDBEAE2) is known color: White Ice. HEX triplet: DB, EA and E2. RGB value is (219,234,226). Sum of RGB (Red+Green+Blue) = 219+234+226=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAE2 is #24151D. Grayscale: #E4E4E4. Windows color (decimal): -2364702 or 14871259. OLE color: 14871259.

HSL color Cylindrical-coordinate representation of color #DBEAE2: hue angle of 148º 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 #DBEAE2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 226 -
CMYK 0.06 0 0.03 0.08
HSL 148º 0.26% 0.89% -
HSV(B) 148º 0.06% 0.92% -
XYZ 72.36 79.4 83.46 -
YUV 228.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 219 234 226 0.06 0 0.03 0.08 148 0.26 0.89
Hex DB EA E2 6 0 3 8 94 1A 59
Octal 333 352 342 6 0 3 10 224 32 131
Binary 11011011 11101010 11100010 110 0 11 1000 10010100 11010 1011001

Color Harmonies of #DBEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAE2

Black with #DBEAE2

Text Example


Text Example

White with #DBEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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