#DEFA9D

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

Shades of Reef #DEFA9D

Tints of Reef #DEFA9D

Color information

#DEFA9D (or 0xDEFA9D) is unknown color: approx Reef. HEX triplet: DE, FA and 9D. RGB value is (222,250,157). Sum of RGB (Red+Green+Blue) = 222+250+157=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA9D is #210562. Grayscale: #E7E7E7. Windows color (decimal): -2164067 or 10353374. OLE color: 10353374.

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

Color convert

RGB222250157-
CMYK0.1100.370.02
HSL78.06º90.29%79.8%-
HSV(B)78.06º37.2%98.04%-
XYZ70.486.3444.85-
YUV231.0386.22121.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 157 (61.72% from 255) = 24.96%
R=35.29%
G=39.75%
B=24.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501570.1100.370.0278.0690.2979.8
HexDEFA9DB02524e5a50
Octal336372235130452116132120
Binary1101111011111010100111011011010010110100111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFA9D; }

 p { color: rgb(222,250,157); }

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

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

 a { background-color: rgb(222,250,157); }

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

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

 span { border-color: rgb(222,250,157); }

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