Html Css Color HEX #DBF2AE Reef

📋 copy color: '#DBF2AE'

red 219 ◦ green 242 ◦ blue 174

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

Shades of Reef #DBF2AE

Tints of Reef #DBF2AE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.11%

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

R = 34.49%
G = 38.11%
B = 27.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#DBF2AE (or 0xDBF2AE) is known color: Reef. HEX triplet: DB, F2 and AE. RGB value is (219,242,174). Sum of RGB (Red+Green+Blue) = 219+242+174=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2AE is #240D51. Grayscale: #E3E3E3. Windows color (decimal): -2362706 or 11465435. OLE color: 11465435.

HSL color Cylindrical-coordinate representation of color #DBF2AE: hue angle of 80.29º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBF2AE is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 174 -
CMYK 0.10 0 0.28 0.05
HSL 80.29º 0.72% 0.82% -
HSV(B) 80.29º 0.28% 0.95% -
XYZ 68.61 81.62 52.18 -
YUV 227.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 219 242 174 0.10 0 0.28 0.05 80.29 0.72 0.82
Hex DB F2 AE A 0 1C 5 50 48 52
Octal 333 362 256 12 0 34 5 120 110 122
Binary 11011011 11110010 10101110 1010 0 11100 101 1010000 1001000 1010010

Color Harmonies of #DBF2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2AE

Black with #DBF2AE

Text Example


Text Example

White with #DBF2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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