#DBEEA8

Color #DBEEA8 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DBEEA8

Tints of Reef #DBEEA8

Color information

#DBEEA8 (or 0xDBEEA8) is unknown color: approx Reef. HEX triplet: DB, EE and A8. RGB value is (219,238,168). Sum of RGB (Red+Green+Blue) = 219+238+168=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEA8 is #241157. Grayscale: #E0E0E0. Windows color (decimal): -2363736 or 11071195. OLE color: 11071195.

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

Color convert

RGB219238168-
CMYK0.0800.290.07
HSL76.29º67.31%79.61%-
HSV(B)76.29º29.41%93.33%-
XYZ66.8679.0448.78-
YUV224.3496.21124.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 168 (66.02% from 255) = 26.88%
R=35.04%
G=38.08%
B=26.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192381680.0800.290.0776.2967.3179.61
HexDBEEA8801D74c4350
Octal333356250100357114103120
Binary1101101111101110101010001000011101111100110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEA8; }

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

 H1.HeaderClassName
 {
   color: #DBEEA8;
 }
 .AnyTagClassName
 {
   color: #DBEEA8;
 }
</style>
background-color css

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

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

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

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

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

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