#DAFDA1

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

Shades of Reef #DAFDA1

Tints of Reef #DAFDA1

Color information

#DAFDA1 (or 0xDAFDA1) is unknown color: approx Reef. HEX triplet: DA, FD and A1. RGB value is (218,253,161). Sum of RGB (Red+Green+Blue) = 218+253+161=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDA1 is #25025E. Grayscale: #E8E8E8. Windows color (decimal): -2425439 or 10616282. OLE color: 10616282.

HSL color Cylindrical-coordinate representation of color #DAFDA1: hue angle of 82.83º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAFDA1 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB218253161-
CMYK0.1400.360.01
HSL82.83º95.83%81.18%-
HSV(B)82.83º36.36%99.22%-
XYZ70.4787.7346.94-
YUV232.0587.9117.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 253 (99.22% from 255) = 40.03%
BLUE value IS 161 (63.28% from 255) = 25.47%
R=34.49%
G=40.03%
B=25.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531610.1400.360.0182.8395.8381.18
HexDAFDA1E0241536051
Octal332375241160441123140121
Binary110110101111110110100001111001001001101001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDA1; }

 p { color: rgb(218,253,161); }

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

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

 a { background-color: rgb(218,253,161); }

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

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

 span { border-color: rgb(218,253,161); }

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