Html Css Color HEX #DAFDA1 Reef

📋 copy color: '#DAFDA1'

red 218 ◦ green 253 ◦ blue 161

#DAFDA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DAFDA1

Tints of Reef #DAFDA1

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 value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#DAFDA1 (or 0xDAFDA1) is known color: 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

RGB 218 253 161 -
CMYK 0.14 0 0.36 0.01
HSL 82.83º 0.96% 0.81% -
HSV(B) 82.83º 0.36% 0.99% -
XYZ 70.47 87.73 46.94 -
YUV 232.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 218 253 161 0.14 0 0.36 0.01 82.83 0.96 0.81
Hex DA FD A1 E 0 24 1 53 60 51
Octal 332 375 241 16 0 44 1 123 140 121
Binary 11011010 11111101 10100001 1110 0 100100 1 1010011 1100000 1010001

Color Harmonies of #DAFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDA1

Black with #DAFDA1

Text Example


Text Example

White with #DAFDA1

Text Example


Text Example

HTML Codes & Css Web 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>