#DBFDAD

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

Shades of Reef #DBFDAD

Tints of Reef #DBFDAD

Color information

#DBFDAD (or 0xDBFDAD) is unknown color: approx Reef. HEX triplet: DB, FD and AD. RGB value is (219,253,173). Sum of RGB (Red+Green+Blue) = 219+253+173=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDAD is #240252. Grayscale: #E9E9E9. Windows color (decimal): -2359891 or 11402715. OLE color: 11402715.

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

Color convert

RGB219253173-
CMYK0.1300.320.01
HSL85.5º95.24%83.53%-
HSV(B)85.5º31.62%99.22%-
XYZ71.8888.3352.8-
YUV233.7193.74117.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 173 (67.97% from 255) = 26.82%
R=33.95%
G=39.22%
B=26.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192531730.1300.320.0185.595.2483.53
HexDBFDADD0201565f54
Octal333375255150401126137124
Binary110110111111110110101101110101000001101011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDAD; }

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

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

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

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

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

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

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

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