Html Css Color HEX #DBEEE5 White Ice

📋 copy color: '#DBEEE5'

red 219 ◦ green 238 ◦ blue 229

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

Shades of White Ice #DBEEE5

Tints of White Ice #DBEEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.69%

 BLUE value IS 229 (89.84% from 255) = 33.38%

R = 31.92%
G = 34.69%
B = 33.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#DBEEE5 (or 0xDBEEE5) is known color: White Ice. HEX triplet: DB, EE and E5. RGB value is (219,238,229). Sum of RGB (Red+Green+Blue) = 219+238+229=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEE5 is #24111A. Grayscale: #E7E7E7. Windows color (decimal): -2363675 or 15068891. OLE color: 15068891.

HSL color Cylindrical-coordinate representation of color #DBEEE5: hue angle of 151.58º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEEE5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 229 -
CMYK 0.08 0 0.04 0.07
HSL 151.58º 0.36% 0.9% -
HSV(B) 151.58º 0.08% 0.93% -
XYZ 73.93 81.87 86.03 -
YUV 231.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 219 238 229 0.08 0 0.04 0.07 151.58 0.36 0.9
Hex DB EE E5 8 0 4 7 98 24 5A
Octal 333 356 345 10 0 4 7 230 44 132
Binary 11011011 11101110 11100101 1000 0 100 111 10011000 100100 1011010

Color Harmonies of #DBEEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEE5

Black with #DBEEE5

Text Example


Text Example

White with #DBEEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEE5; }

 p { color: rgb(219,238,229); }

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

background-color css

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

 a { background-color: rgb(219,238,229); }

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

border-color css

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

 span { border-color: rgb(219,238,229); }

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