Html Css Color HEX #D1EDAA Reef

📋 copy color: '#D1EDAA'

red 209 ◦ green 237 ◦ blue 170

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

Shades of Reef #D1EDAA

Tints of Reef #D1EDAA

RGB

 RED value IS 209 (82.03% from 255) = 33.93%

 GREEN value IS 237 (92.97% from 255) = 38.47%

 BLUE value IS 170 (66.8% from 255) = 27.6%

R = 33.93%
G = 38.47%
B = 27.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D1EDAA (or 0xD1EDAA) is known color: Reef. HEX triplet: D1, ED and AA. RGB value is (209,237,170). Sum of RGB (Red+Green+Blue) = 209+237+170=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EDAA is #2E1255. Grayscale: #DDDDDD. Windows color (decimal): -3019350 or 11202001. OLE color: 11202001.

HSL color Cylindrical-coordinate representation of color #D1EDAA: hue angle of 85.07º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1EDAA is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 170 -
CMYK 0.12 0 0.28 0.07
HSL 85.07º 0.65% 0.8% -
HSV(B) 85.07º 0.28% 0.93% -
XYZ 63.83 77.03 49.53 -
YUV 220.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 209 237 170 0.12 0 0.28 0.07 85.07 0.65 0.8
Hex D1 ED AA C 0 1C 7 55 41 50
Octal 321 355 252 14 0 34 7 125 101 120
Binary 11010001 11101101 10101010 1100 0 11100 111 1010101 1000001 1010000

Color Harmonies of #D1EDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDAA

Black with #D1EDAA

Text Example


Text Example

White with #D1EDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDAA; }

 p { color: rgb(209,237,170); }

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

background-color css

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

 a { background-color: rgb(209,237,170); }

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

border-color css

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

 span { border-color: rgb(209,237,170); }

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