Html Css Color HEX #DBF2AF Reef

📋 copy color: '#DBF2AF'

red 219 ◦ green 242 ◦ blue 175

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

Shades of Reef #DBF2AF

Tints of Reef #DBF2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.52%

R = 34.43%
G = 38.05%
B = 27.52%

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

#DBF2AF (or 0xDBF2AF) is known color: Reef. HEX triplet: DB, F2 and AF. RGB value is (219,242,175). Sum of RGB (Red+Green+Blue) = 219+242+175=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2AF is #240D50. Grayscale: #E3E3E3. Windows color (decimal): -2362705 or 11530971. OLE color: 11530971.

HSL color Cylindrical-coordinate representation of color #DBF2AF: hue angle of 80.6º 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 #DBF2AF is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 175 -
CMYK 0.10 0 0.28 0.05
HSL 80.6º 0.72% 0.82% -
HSV(B) 80.6º 0.28% 0.95% -
XYZ 68.7 81.66 52.7 -
YUV 227.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 219 242 175 0.10 0 0.28 0.05 80.6 0.72 0.82
Hex DB F2 AF A 0 1C 5 51 48 52
Octal 333 362 257 12 0 34 5 121 110 122
Binary 11011011 11110010 10101111 1010 0 11100 101 1010001 1001000 1010010

Color Harmonies of #DBF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2AF

Black with #DBF2AF

Text Example


Text Example

White with #DBF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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