Html Css Color HEX #DBEFA7 Reef

📋 copy color: '#DBEFA7'

red 219 ◦ green 239 ◦ blue 167

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

Shades of Reef #DBEFA7

Tints of Reef #DBEFA7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.24%

 BLUE value IS 167 (65.63% from 255) = 26.72%

R = 35.04%
G = 38.24%
B = 26.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#DBEFA7 (or 0xDBEFA7) is known color: Reef. HEX triplet: DB, EF and A7. RGB value is (219,239,167). Sum of RGB (Red+Green+Blue) = 219+239+167=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFA7 is #241058. Grayscale: #E1E1E1. Windows color (decimal): -2363481 or 11005915. OLE color: 11005915.

HSL color Cylindrical-coordinate representation of color #DBEFA7: hue angle of 76.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBEFA7 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 167 -
CMYK 0.08 0 0.30 0.06
HSL 76.67º 0.69% 0.8% -
HSV(B) 76.67º 0.3% 0.94% -
XYZ 67.05 79.58 48.39 -
YUV 224.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 219 239 167 0.08 0 0.30 0.06 76.67 0.69 0.8
Hex DB EF A7 8 0 1E 6 4D 45 50
Octal 333 357 247 10 0 36 6 115 105 120
Binary 11011011 11101111 10100111 1000 0 11110 110 1001101 1000101 1010000

Color Harmonies of #DBEFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFA7

Black with #DBEFA7

Text Example


Text Example

White with #DBEFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFA7; }

 p { color: rgb(219,239,167); }

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

background-color css

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

 a { background-color: rgb(219,239,167); }

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

border-color css

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

 span { border-color: rgb(219,239,167); }

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