Html Css Color HEX #DAF0AD Reef

📋 copy color: '#DAF0AD'

red 218 ◦ green 240 ◦ blue 173

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

Shades of Reef #DAF0AD

Tints of Reef #DAF0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.03%

 BLUE value IS 173 (67.97% from 255) = 27.42%

R = 34.55%
G = 38.03%
B = 27.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#DAF0AD (or 0xDAF0AD) is known color: Reef. HEX triplet: DA, F0 and AD. RGB value is (218,240,173). Sum of RGB (Red+Green+Blue) = 218+240+173=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF0AD is #250F52. Grayscale: #E2E2E2. Windows color (decimal): -2428755 or 11399386. OLE color: 11399386.

HSL color Cylindrical-coordinate representation of color #DAF0AD: hue angle of 79.7º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAF0AD is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 173 -
CMYK 0.09 0 0.28 0.06
HSL 79.7º 0.69% 0.81% -
HSV(B) 79.7º 0.28% 0.94% -
XYZ 67.62 80.24 51.46 -
YUV 225.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 218 240 173 0.09 0 0.28 0.06 79.7 0.69 0.81
Hex DA F0 AD 9 0 1C 6 50 45 51
Octal 332 360 255 11 0 34 6 120 105 121
Binary 11011010 11110000 10101101 1001 0 11100 110 1010000 1000101 1010001

Color Harmonies of #DAF0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0AD

Black with #DAF0AD

Text Example


Text Example

White with #DAF0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0AD; }

 p { color: rgb(218,240,173); }

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

background-color css

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

 a { background-color: rgb(218,240,173); }

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

border-color css

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

 span { border-color: rgb(218,240,173); }

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