Html Css Color HEX #DAF2AD Reef

📋 copy color: '#DAF2AD'

red 218 ◦ green 242 ◦ blue 173

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

Shades of Reef #DAF2AD

Tints of Reef #DAF2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.23%

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

R = 34.44%
G = 38.23%
B = 27.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#DAF2AD (or 0xDAF2AD) is known color: Reef. HEX triplet: DA, F2 and AD. RGB value is (218,242,173). Sum of RGB (Red+Green+Blue) = 218+242+173=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF2AD is #250D52. Grayscale: #E3E3E3. Windows color (decimal): -2428243 or 11399898. OLE color: 11399898.

HSL color Cylindrical-coordinate representation of color #DAF2AD: hue angle of 80.87º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAF2AD is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 173 -
CMYK 0.10 0 0.29 0.05
HSL 80.87º 0.73% 0.81% -
HSV(B) 80.87º 0.29% 0.95% -
XYZ 68.21 81.43 51.66 -
YUV 226.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 218 242 173 0.10 0 0.29 0.05 80.87 0.73 0.81
Hex DA F2 AD A 0 1D 5 51 49 51
Octal 332 362 255 12 0 35 5 121 111 121
Binary 11011010 11110010 10101101 1010 0 11101 101 1010001 1001001 1010001

Color Harmonies of #DAF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2AD

Black with #DAF2AD

Text Example


Text Example

White with #DAF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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