Html Css Color HEX #D9F2AD Reef

📋 copy color: '#D9F2AD'

red 217 ◦ green 242 ◦ blue 173

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

Shades of Reef #D9F2AD

Tints of Reef #D9F2AD

RGB

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

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

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

R = 34.34%
G = 38.29%
B = 27.37%

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

#D9F2AD (or 0xD9F2AD) is known color: Reef. HEX triplet: D9, F2 and AD. RGB value is (217,242,173). Sum of RGB (Red+Green+Blue) = 217+242+173=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F2AD is #260D52. Grayscale: #E2E2E2. Windows color (decimal): -2493779 or 11399897. OLE color: 11399897.

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

Color convert

RGB 217 242 173 -
CMYK 0.10 0 0.29 0.05
HSL 81.74º 0.73% 0.81% -
HSV(B) 81.74º 0.29% 0.95% -
XYZ 67.91 81.27 51.64 -
YUV 226.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 217 242 173 0.10 0 0.29 0.05 81.74 0.73 0.81
Hex D9 F2 AD A 0 1D 5 52 49 51
Octal 331 362 255 12 0 35 5 122 111 121
Binary 11011001 11110010 10101101 1010 0 11101 101 1010010 1001001 1010001

Color Harmonies of #D9F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2AD

Black with #D9F2AD

Text Example


Text Example

White with #D9F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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