Html Css Color HEX #D9F0AD Reef

📋 copy color: '#D9F0AD'

red 217 ◦ green 240 ◦ blue 173

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

Shades of Reef #D9F0AD

Tints of Reef #D9F0AD

RGB

 RED value IS 217 (85.16% from 255) = 34.44%

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

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

R = 34.44%
G = 38.1%
B = 27.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#D9F0AD (or 0xD9F0AD) is known color: Reef. HEX triplet: D9, F0 and AD. RGB value is (217,240,173). Sum of RGB (Red+Green+Blue) = 217+240+173=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F0AD is #260F52. Grayscale: #E1E1E1. Windows color (decimal): -2494291 or 11399385. OLE color: 11399385.

HSL color Cylindrical-coordinate representation of color #D9F0AD: hue angle of 80.6º 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 #D9F0AD is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 240 173 -
CMYK 0.10 0 0.28 0.06
HSL 80.6º 0.69% 0.81% -
HSV(B) 80.6º 0.28% 0.94% -
XYZ 67.32 80.09 51.45 -
YUV 225.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 217 240 173 0.10 0 0.28 0.06 80.6 0.69 0.81
Hex D9 F0 AD A 0 1C 6 51 45 51
Octal 331 360 255 12 0 34 6 121 105 121
Binary 11011001 11110000 10101101 1010 0 11100 110 1010001 1000101 1010001

Color Harmonies of #D9F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F0AD

Black with #D9F0AD

Text Example


Text Example

White with #D9F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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