Html Css Color HEX #DAFDA8 Reef

📋 copy color: '#DAFDA8'

red 218 ◦ green 253 ◦ blue 168

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

Shades of Reef #DAFDA8

Tints of Reef #DAFDA8

RGB

 RED value IS 218 (85.55% from 255) = 34.12%

 GREEN value IS 253 (99.22% from 255) = 39.59%

 BLUE value IS 168 (66.02% from 255) = 26.29%

R = 34.12%
G = 39.59%
B = 26.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#DAFDA8 (or 0xDAFDA8) is known color: Reef. HEX triplet: DA, FD and A8. RGB value is (218,253,168). Sum of RGB (Red+Green+Blue) = 218+253+168=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 168 (66.02% from 255 or 26.29% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDA8 is #250257. Grayscale: #E9E9E9. Windows color (decimal): -2425432 or 11075034. OLE color: 11075034.

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

Color convert

RGB 218 253 168 -
CMYK 0.14 0 0.34 0.01
HSL 84.71º 0.96% 0.83% -
HSV(B) 84.71º 0.34% 0.99% -
XYZ 71.11 87.98 50.28 -
YUV 232.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 218 253 168 0.14 0 0.34 0.01 84.71 0.96 0.83
Hex DA FD A8 E 0 22 1 55 60 53
Octal 332 375 250 16 0 42 1 125 140 123
Binary 11011010 11111101 10101000 1110 0 100010 1 1010101 1100000 1010011

Color Harmonies of #DAFDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDA8

Black with #DAFDA8

Text Example


Text Example

White with #DAFDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDA8; }

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

 H1.HeaderClassName
 {
   color: #DAFDA8;
 }
 .AnyTagClassName
 {
   color: #DAFDA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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