#DFFDAF

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

Shades of Reef #DFFDAF

Tints of Reef #DFFDAF

Color information

#DFFDAF (or 0xDFFDAF) is unknown color: approx Reef. HEX triplet: DF, FD and AF. RGB value is (223,253,175). Sum of RGB (Red+Green+Blue) = 223+253+175=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFDAF is #200250. Grayscale: #EBEBEB. Windows color (decimal): -2097745 or 11533791. OLE color: 11533791.

HSL color Cylindrical-coordinate representation of color #DFFDAF: hue angle of 83.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFFDAF is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB223253175-
CMYK0.1200.310.01
HSL83.08º95.12%83.92%-
HSV(B)83.08º30.83%99.22%-
XYZ73.2989.0353.88-
YUV235.1494.06119.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 253 (99.22% from 255) = 38.86%
BLUE value IS 175 (68.75% from 255) = 26.88%
R=34.25%
G=38.86%
B=26.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232531750.1200.310.0183.0895.1283.92
HexDFFDAFC01F1535f54
Octal337375257140371123137124
Binary11011111111111011010111111000111111101001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDAF; }

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

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

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

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

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

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

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

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