Html Css Color HEX #DBF6AC Reef

📋 copy color: '#DBF6AC'

red 219 ◦ green 246 ◦ blue 172

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

Shades of Reef #DBF6AC

Tints of Reef #DBF6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27%

R = 34.38%
G = 38.62%
B = 27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#DBF6AC (or 0xDBF6AC) is known color: Reef. HEX triplet: DB, F6 and AC. RGB value is (219,246,172). Sum of RGB (Red+Green+Blue) = 219+246+172=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF6AC is #240953. Grayscale: #E5E5E5. Windows color (decimal): -2361684 or 11335387. OLE color: 11335387.

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

Color convert

RGB 219 246 172 -
CMYK 0.11 0 0.30 0.04
HSL 81.89º 0.8% 0.82% -
HSV(B) 81.89º 0.3% 0.96% -
XYZ 69.62 83.95 51.56 -
YUV 229.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 219 246 172 0.11 0 0.30 0.04 81.89 0.8 0.82
Hex DB F6 AC B 0 1E 4 52 50 52
Octal 333 366 254 13 0 36 4 122 120 122
Binary 11011011 11110110 10101100 1011 0 11110 100 1010010 1010000 1010010

Color Harmonies of #DBF6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF6AC

Black with #DBF6AC

Text Example


Text Example

White with #DBF6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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