#DFFCAF

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

Shades of Reef #DFFCAF

Tints of Reef #DFFCAF

Color information

#DFFCAF (or 0xDFFCAF) is unknown color: approx Reef. HEX triplet: DF, FC and AF. RGB value is (223,252,175). Sum of RGB (Red+Green+Blue) = 223+252+175=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFCAF is #200350. Grayscale: #EAEAEA. Windows color (decimal): -2098001 or 11533535. OLE color: 11533535.

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

Color convert

RGB223252175-
CMYK0.1200.310.01
HSL82.6º92.77%83.73%-
HSV(B)82.6º30.56%98.82%-
XYZ72.9888.453.77-
YUV234.5594.39119.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 175 (68.75% from 255) = 26.92%
R=34.31%
G=38.77%
B=26.92%

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
Decimal2232521750.1200.310.0182.692.7783.73
HexDFFCAFC01F1535d54
Octal337374257140371123135124
Binary11011111111111001010111111000111111101001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCAF; }

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

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

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

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

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

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

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

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