#DAFCA4

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

Shades of Reef #DAFCA4

Tints of Reef #DAFCA4

Color information

#DAFCA4 (or 0xDAFCA4) is unknown color: approx Reef. HEX triplet: DA, FC and A4. RGB value is (218,252,164). Sum of RGB (Red+Green+Blue) = 218+252+164=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 164 (64.45% from 255 or 25.87% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFCA4 is #25035B. Grayscale: #E8E8E8. Windows color (decimal): -2425692 or 10812634. OLE color: 10812634.

HSL color Cylindrical-coordinate representation of color #DAFCA4: hue angle of 83.18º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAFCA4 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB218252164-
CMYK0.1300.350.01
HSL83.18º93.62%81.57%-
HSV(B)83.18º34.92%98.82%-
XYZ70.4287.2148.24-
YUV231.889.74118.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 164 (64.45% from 255) = 25.87%
R=34.38%
G=39.75%
B=25.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521640.1300.350.0183.1893.6281.57
HexDAFCA4D0231535e52
Octal332374244150431123136122
Binary110110101111110010100100110101000111101001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCA4; }

 p { color: rgb(218,252,164); }

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

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

 a { background-color: rgb(218,252,164); }

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

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

 span { border-color: rgb(218,252,164); }

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