#DEFEAF

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

Shades of Reef #DEFEAF

Tints of Reef #DEFEAF

Color information

#DEFEAF (or 0xDEFEAF) is unknown color: approx Reef. HEX triplet: DE, FE and AF. RGB value is (222,254,175). Sum of RGB (Red+Green+Blue) = 222+254+175=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEAF is #210150. Grayscale: #EBEBEB. Windows color (decimal): -2163025 or 11534046. OLE color: 11534046.

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

Color convert

RGB222254175-
CMYK0.1300.310.00
HSL84.3º97.53%84.12%-
HSV(B)84.3º31.1%99.61%-
XYZ73.389.5153.97-
YUV235.4393.9118.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 175 (68.75% from 255) = 26.88%
R=34.10%
G=39.02%
B=26.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541750.1300.310.0084.397.5384.12
HexDEFEAFD01F0546254
Octal336376257150370124142124
Binary11011110111111101010111111010111110101010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEAF; }

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

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

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

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

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

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

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

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