Html Css Color HEX #DBEEAE Reef

📋 copy color: '#DBEEAE'

red 219 ◦ green 238 ◦ blue 174

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

Shades of Reef #DBEEAE

Tints of Reef #DBEEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.58%

R = 34.71%
G = 37.72%
B = 27.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#DBEEAE (or 0xDBEEAE) is known color: Reef. HEX triplet: DB, EE and AE. RGB value is (219,238,174). Sum of RGB (Red+Green+Blue) = 219+238+174=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEAE is #241151. Grayscale: #E1E1E1. Windows color (decimal): -2363730 or 11464411. OLE color: 11464411.

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

Color convert

RGB 219 238 174 -
CMYK 0.08 0 0.27 0.07
HSL 77.81º 0.65% 0.81% -
HSV(B) 77.81º 0.27% 0.93% -
XYZ 67.43 79.27 51.79 -
YUV 225.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 219 238 174 0.08 0 0.27 0.07 77.81 0.65 0.81
Hex DB EE AE 8 0 1B 7 4E 41 51
Octal 333 356 256 10 0 33 7 116 101 121
Binary 11011011 11101110 10101110 1000 0 11011 111 1001110 1000001 1010001

Color Harmonies of #DBEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEAE

Black with #DBEEAE

Text Example


Text Example

White with #DBEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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