#DFFEAF

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

Shades of Reef #DFFEAF

Tints of Reef #DFFEAF

Color information

#DFFEAF (or 0xDFFEAF) is unknown color: approx Reef. HEX triplet: DF, FE and AF. RGB value is (223,254,175). Sum of RGB (Red+Green+Blue) = 223+254+175=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFEAF is #200150. Grayscale: #ECECEC. Windows color (decimal): -2097489 or 11534047. OLE color: 11534047.

HSL color Cylindrical-coordinate representation of color #DFFEAF: hue angle of 83.54º 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 #DFFEAF is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB223254175-
CMYK0.1200.310.00
HSL83.54º97.53%84.12%-
HSV(B)83.54º31.1%99.61%-
XYZ73.6189.6753.99-
YUV235.7293.73118.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 175 (68.75% from 255) = 26.84%
R=34.20%
G=38.96%
B=26.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232541750.1200.310.0083.5497.5384.12
HexDFFEAFC01F0546254
Octal337376257140370124142124
Binary11011111111111101010111111000111110101010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEAF; }

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

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

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

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

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

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

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

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