#DBFFAD

Color #DBFFAD Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DBFFAD

Tints of Reef #DBFFAD

Color information

#DBFFAD (or 0xDBFFAD) is unknown color: approx Reef. HEX triplet: DB, FF and AD. RGB value is (219,255,173). Sum of RGB (Red+Green+Blue) = 219+255+173=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFAD is #240052. Grayscale: #EBEBEB. Windows color (decimal): -2359379 or 11403227. OLE color: 11403227.

HSL color Cylindrical-coordinate representation of color #DBFFAD: hue angle of 86.34º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBFFAD is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB219255173-
CMYK0.1400.320
HSL86.34º100%83.92%-
HSV(B)86.34º32.16%100%-
XYZ72.5289.653.01-
YUV234.8993.07116.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 173 (67.97% from 255) = 26.74%
R=33.85%
G=39.41%
B=26.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551730.1400.32086.3410083.92
HexDBFFADE0200566454
Octal333377255160400126144124
Binary110110111111111110101101111001000000101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFAD; }

 p { color: rgb(219,255,173); }

 H1.HeaderClassName
 {
   color: #DBFFAD;
 }
 .AnyTagClassName
 {
   color: #DBFFAD;
 }
</style>
background-color css

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

 a { background-color: rgb(219,255,173); }

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

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

 span { border-color: rgb(219,255,173); }

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