#DFF3AE

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

Shades of Reef #DFF3AE

Tints of Reef #DFF3AE

Color information

#DFF3AE (or 0xDFF3AE) is unknown color: approx Reef. HEX triplet: DF, F3 and AE. RGB value is (223,243,174). Sum of RGB (Red+Green+Blue) = 223+243+174=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF3AE is #200C51. Grayscale: #E5E5E5. Windows color (decimal): -2100306 or 11465695. OLE color: 11465695.

HSL color Cylindrical-coordinate representation of color #DFF3AE: hue angle of 77.39º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFF3AE is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB223243174-
CMYK0.0800.280.05
HSL77.39º74.19%81.76%-
HSV(B)77.39º28.4%95.29%-
XYZ70.1282.8552.34-
YUV229.1596.87123.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 243 (95.31% from 255) = 37.97%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=34.84%
G=37.97%
B=27.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232431740.0800.280.0577.3974.1981.76
HexDFF3AE801C54d4a52
Octal337363256100345115112122
Binary1101111111110011101011101000011100101100110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3AE; }

 p { color: rgb(223,243,174); }

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

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

 a { background-color: rgb(223,243,174); }

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

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

 span { border-color: rgb(223,243,174); }

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