Html Css Color HEX #DBF6AA Reef

📋 copy color: '#DBF6AA'

red 219 ◦ green 246 ◦ blue 170

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

Shades of Reef #DBF6AA

Tints of Reef #DBF6AA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.74%

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

R = 34.49%
G = 38.74%
B = 26.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#DBF6AA (or 0xDBF6AA) is known color: Reef. HEX triplet: DB, F6 and AA. RGB value is (219,246,170). Sum of RGB (Red+Green+Blue) = 219+246+170=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF6AA is #240955. Grayscale: #E5E5E5. Windows color (decimal): -2361686 or 11204315. OLE color: 11204315.

HSL color Cylindrical-coordinate representation of color #DBF6AA: hue angle of 81.32º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBF6AA is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 170 -
CMYK 0.11 0 0.31 0.04
HSL 81.32º 0.81% 0.82% -
HSV(B) 81.32º 0.31% 0.96% -
XYZ 69.42 83.87 50.56 -
YUV 229.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 219 246 170 0.11 0 0.31 0.04 81.32 0.81 0.82
Hex DB F6 AA B 0 1F 4 51 51 52
Octal 333 366 252 13 0 37 4 121 121 122
Binary 11011011 11110110 10101010 1011 0 11111 100 1010001 1010001 1010010

Color Harmonies of #DBF6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF6AA

Black with #DBF6AA

Text Example


Text Example

White with #DBF6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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