Html Css Color HEX #DBECAE Reef

📋 copy color: '#DBECAE'

red 219 ◦ green 236 ◦ blue 174

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

Shades of Reef #DBECAE

Tints of Reef #DBECAE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.52%

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

R = 34.82%
G = 37.52%
B = 27.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DBECAE (or 0xDBECAE) is known color: Reef. HEX triplet: DB, EC and AE. RGB value is (219,236,174). Sum of RGB (Red+Green+Blue) = 219+236+174=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECAE is #241351. Grayscale: #E0E0E0. Windows color (decimal): -2364242 or 11463899. OLE color: 11463899.

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

Color convert

RGB 219 236 174 -
CMYK 0.07 0 0.26 0.07
HSL 76.45º 0.62% 0.8% -
HSV(B) 76.45º 0.26% 0.93% -
XYZ 66.85 78.11 51.6 -
YUV 223.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 219 236 174 0.07 0 0.26 0.07 76.45 0.62 0.8
Hex DB EC AE 7 0 1A 7 4C 3E 50
Octal 333 354 256 7 0 32 7 114 76 120
Binary 11011011 11101100 10101110 111 0 11010 111 1001100 111110 1010000

Color Harmonies of #DBECAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECAE

Black with #DBECAE

Text Example


Text Example

White with #DBECAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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