#DEF9AD

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

Shades of Reef #DEF9AD

Tints of Reef #DEF9AD

Color information

#DEF9AD (or 0xDEF9AD) is unknown color: approx Reef. HEX triplet: DE, F9 and AD. RGB value is (222,249,173). Sum of RGB (Red+Green+Blue) = 222+249+173=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF9AD is #210652. Grayscale: #E8E8E8. Windows color (decimal): -2164307 or 11401694. OLE color: 11401694.

HSL color Cylindrical-coordinate representation of color #DEF9AD: hue angle of 81.32º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEF9AD is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB222249173-
CMYK0.1100.310.02
HSL81.32º86.36%82.75%-
HSV(B)81.32º30.52%97.65%-
XYZ71.5486.352.42-
YUV232.2694.55120.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 249 (97.66% from 255) = 38.66%
BLUE value IS 173 (67.97% from 255) = 26.86%
R=34.47%
G=38.66%
B=26.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491730.1100.310.0281.3286.3682.75
HexDEF9ADB01F2515653
Octal336371255130372121126123
Binary110111101111100110101101101101111110101000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9AD; }

 p { color: rgb(222,249,173); }

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

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

 a { background-color: rgb(222,249,173); }

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

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

 span { border-color: rgb(222,249,173); }

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