Html Css Color HEX #DBEAE9 Foam

📋 copy color: '#DBEAE9'

red 219 ◦ green 234 ◦ blue 233

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

Shades of Foam #DBEAE9

Tints of Foam #DBEAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.97%

R = 31.92%
G = 34.11%
B = 33.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#DBEAE9 (or 0xDBEAE9) is known color: Foam. HEX triplet: DB, EA and E9. RGB value is (219,234,233). Sum of RGB (Red+Green+Blue) = 219+234+233=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAE9 is #241516. Grayscale: #E5E5E5. Windows color (decimal): -2364695 or 15330011. OLE color: 15330011.

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

Color convert

RGB 219 234 233 -
CMYK 0.06 0 0.00 0.08
HSL 176º 0.26% 0.89% -
HSV(B) 176º 0.06% 0.92% -
XYZ 73.34 79.79 88.63 -
YUV 229.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 219 234 233 0.06 0 0.00 0.08 176 0.26 0.89
Hex DB EA E9 6 0 0 8 B0 1A 59
Octal 333 352 351 6 0 0 10 260 32 131
Binary 11011011 11101010 11101001 110 0 0 1000 10110000 11010 1011001

Color Harmonies of #DBEAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAE9

Black with #DBEAE9

Text Example


Text Example

White with #DBEAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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