Html Css Color HEX #DBF8A8 Reef

📋 copy color: '#DBF8A8'

red 219 ◦ green 248 ◦ blue 168

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

Shades of Reef #DBF8A8

Tints of Reef #DBF8A8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.06%

 BLUE value IS 168 (66.02% from 255) = 26.46%

R = 34.49%
G = 39.06%
B = 26.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#DBF8A8 (or 0xDBF8A8) is known color: Reef. HEX triplet: DB, F8 and A8. RGB value is (219,248,168). Sum of RGB (Red+Green+Blue) = 219+248+168=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF8A8 is #240757. Grayscale: #E6E6E6. Windows color (decimal): -2361176 or 11073755. OLE color: 11073755.

HSL color Cylindrical-coordinate representation of color #DBF8A8: hue angle of 81.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBF8A8 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 168 -
CMYK 0.12 0 0.32 0.03
HSL 81.75º 0.85% 0.82% -
HSV(B) 81.75º 0.32% 0.97% -
XYZ 69.85 85.02 49.78 -
YUV 230.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 219 248 168 0.12 0 0.32 0.03 81.75 0.85 0.82
Hex DB F8 A8 C 0 20 3 52 55 52
Octal 333 370 250 14 0 40 3 122 125 122
Binary 11011011 11111000 10101000 1100 0 100000 11 1010010 1010101 1010010

Color Harmonies of #DBF8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF8A8

Black with #DBF8A8

Text Example


Text Example

White with #DBF8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF8A8; }

 p { color: rgb(219,248,168); }

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

background-color css

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

 a { background-color: rgb(219,248,168); }

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

border-color css

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

 span { border-color: rgb(219,248,168); }

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