#DEFEAC

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

Shades of Reef #DEFEAC

Tints of Reef #DEFEAC

Color information

#DEFEAC (or 0xDEFEAC) is unknown color: approx Reef. HEX triplet: DE, FE and AC. RGB value is (222,254,172). Sum of RGB (Red+Green+Blue) = 222+254+172=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEAC is #210153. Grayscale: #EBEBEB. Windows color (decimal): -2163028 or 11337438. OLE color: 11337438.

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

Color convert

RGB222254172-
CMYK0.1300.320.00
HSL83.41º97.62%83.53%-
HSV(B)83.41º32.28%99.61%-
XYZ73.0189.3952.44-
YUV235.0892.4118.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 254 (99.61% from 255) = 39.20%
BLUE value IS 172 (67.58% from 255) = 26.54%
R=34.26%
G=39.20%
B=26.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541720.1300.320.0083.4197.6283.53
HexDEFEACD0200536254
Octal336376254150400123142124
Binary110111101111111010101100110101000000101001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEAC; }

 p { color: rgb(222,254,172); }

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

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

 a { background-color: rgb(222,254,172); }

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

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

 span { border-color: rgb(222,254,172); }

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