#DFFBAE

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

Shades of Reef #DFFBAE

Tints of Reef #DFFBAE

Color information

#DFFBAE (or 0xDFFBAE) is unknown color: approx Reef. HEX triplet: DF, FB and AE. RGB value is (223,251,174). Sum of RGB (Red+Green+Blue) = 223+251+174=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFBAE is #200451. Grayscale: #EAEAEA. Windows color (decimal): -2098258 or 11467743. OLE color: 11467743.

HSL color Cylindrical-coordinate representation of color #DFFBAE: hue angle of 81.82º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFFBAE is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB223251174-
CMYK0.1100.310.02
HSL81.82º90.59%83.33%-
HSV(B)81.82º30.68%98.43%-
XYZ72.5787.7453.15-
YUV233.8594.22120.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=34.41%
G=38.73%
B=26.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232511740.1100.310.0281.8290.5983.33
HexDFFBAEB01F2525b53
Octal337373256130372122133123
Binary110111111111101110101110101101111110101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBAE; }

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

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

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

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

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

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

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

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