Html Css Color HEX #DBF0AF Reef

📋 copy color: '#DBF0AF'

red 219 ◦ green 240 ◦ blue 175

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

Shades of Reef #DBF0AF

Tints of Reef #DBF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.85%

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

R = 34.54%
G = 37.85%
B = 27.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#DBF0AF (or 0xDBF0AF) is known color: Reef. HEX triplet: DB, F0 and AF. RGB value is (219,240,175). Sum of RGB (Red+Green+Blue) = 219+240+175=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF0AF is #240F50. Grayscale: #E2E2E2. Windows color (decimal): -2363217 or 11530459. OLE color: 11530459.

HSL color Cylindrical-coordinate representation of color #DBF0AF: hue angle of 79.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBF0AF is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 175 -
CMYK 0.09 0 0.27 0.06
HSL 79.38º 0.68% 0.81% -
HSV(B) 79.38º 0.27% 0.94% -
XYZ 68.11 80.48 52.5 -
YUV 226.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 219 240 175 0.09 0 0.27 0.06 79.38 0.68 0.81
Hex DB F0 AF 9 0 1B 6 4F 44 51
Octal 333 360 257 11 0 33 6 117 104 121
Binary 11011011 11110000 10101111 1001 0 11011 110 1001111 1000100 1010001

Color Harmonies of #DBF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0AF

Black with #DBF0AF

Text Example


Text Example

White with #DBF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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