#DEFFAC

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

Shades of Reef #DEFFAC

Tints of Reef #DEFFAC

Color information

#DEFFAC (or 0xDEFFAC) is unknown color: approx Reef. HEX triplet: DE, FF and AC. RGB value is (222,255,172). Sum of RGB (Red+Green+Blue) = 222+255+172=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFAC is #210053. Grayscale: #EBEBEB. Windows color (decimal): -2162772 or 11337694. OLE color: 11337694.

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

Color convert

RGB222255172-
CMYK0.1300.330
HSL83.86º100%83.73%-
HSV(B)83.86º32.55%100%-
XYZ73.3390.0352.54-
YUV235.6792.07118.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 172 (67.58% from 255) = 26.50%
R=34.21%
G=39.29%
B=26.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551720.1300.33083.8610083.73
HexDEFFACD0210546454
Octal336377254150410124144124
Binary110111101111111110101100110101000010101010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFAC; }

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

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

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

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

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

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

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

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