Html Css Color HEX #DBEEE6 White Ice

📋 copy color: '#DBEEE6'

red 219 ◦ green 238 ◦ blue 230

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

Shades of White Ice #DBEEE6

Tints of White Ice #DBEEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.48%

R = 31.88%
G = 34.64%
B = 33.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#DBEEE6 (or 0xDBEEE6) is known color: White Ice. HEX triplet: DB, EE and E6. RGB value is (219,238,230). Sum of RGB (Red+Green+Blue) = 219+238+230=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEE6 is #241119. Grayscale: #E7E7E7. Windows color (decimal): -2363674 or 15134427. OLE color: 15134427.

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

Color convert

RGB 219 238 230 -
CMYK 0.08 0 0.03 0.07
HSL 154.74º 0.36% 0.9% -
HSV(B) 154.74º 0.08% 0.93% -
XYZ 74.07 81.92 86.77 -
YUV 231.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 219 238 230 0.08 0 0.03 0.07 154.74 0.36 0.9
Hex DB EE E6 8 0 3 7 9B 24 5A
Octal 333 356 346 10 0 3 7 233 44 132
Binary 11011011 11101110 11100110 1000 0 11 111 10011011 100100 1011010

Color Harmonies of #DBEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEE6

Black with #DBEEE6

Text Example


Text Example

White with #DBEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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