#DEFA9B

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

Shades of Reef #DEFA9B

Tints of Reef #DEFA9B

Color information

#DEFA9B (or 0xDEFA9B) is unknown color: approx Reef. HEX triplet: DE, FA and 9B. RGB value is (222,250,155). Sum of RGB (Red+Green+Blue) = 222+250+155=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 155 (60.94% from 255 or 24.72% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA9B is #210564. Grayscale: #E7E7E7. Windows color (decimal): -2164069 or 10222302. OLE color: 10222302.

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

Color convert

RGB222250155-
CMYK0.1100.380.02
HSL77.68º90.48%79.41%-
HSV(B)77.68º38%98.04%-
XYZ70.2386.2743.96-
YUV230.885.22121.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.41%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 155 (60.94% from 255) = 24.72%
R=35.41%
G=39.87%
B=24.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501550.1100.380.0277.6890.4879.41
HexDEFA9BB02624e5a4f
Octal336372233130462116132117
Binary1101111011111010100110111011010011010100111010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFA9B; }

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

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

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

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

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

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

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

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