Html Css Color HEX #DBF2AA Reef

📋 copy color: '#DBF2AA'

red 219 ◦ green 242 ◦ blue 170

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

Shades of Reef #DBF2AA

Tints of Reef #DBF2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.94%

R = 34.71%
G = 38.35%
B = 26.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#DBF2AA (or 0xDBF2AA) is known color: Reef. HEX triplet: DB, F2 and AA. RGB value is (219,242,170). Sum of RGB (Red+Green+Blue) = 219+242+170=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2AA is #240D55. Grayscale: #E3E3E3. Windows color (decimal): -2362710 or 11203291. OLE color: 11203291.

HSL color Cylindrical-coordinate representation of color #DBF2AA: hue angle of 79.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBF2AA is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 170 -
CMYK 0.10 0 0.30 0.05
HSL 79.17º 0.73% 0.81% -
HSV(B) 79.17º 0.3% 0.95% -
XYZ 68.22 81.47 50.16 -
YUV 226.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 219 242 170 0.10 0 0.30 0.05 79.17 0.73 0.81
Hex DB F2 AA A 0 1E 5 4F 49 51
Octal 333 362 252 12 0 36 5 117 111 121
Binary 11011011 11110010 10101010 1010 0 11110 101 1001111 1001001 1010001

Color Harmonies of #DBF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2AA

Black with #DBF2AA

Text Example


Text Example

White with #DBF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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