Html Css Color HEX #D5EDAA Reef

📋 copy color: '#D5EDAA'

red 213 ◦ green 237 ◦ blue 170

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

Shades of Reef #D5EDAA

Tints of Reef #D5EDAA

RGB

 RED value IS 213 (83.59% from 255) = 34.35%

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

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

R = 34.35%
G = 38.23%
B = 27.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D5EDAA (or 0xD5EDAA) is known color: Reef. HEX triplet: D5, ED and AA. RGB value is (213,237,170). Sum of RGB (Red+Green+Blue) = 213+237+170=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDAA is #2A1255. Grayscale: #DEDEDE. Windows color (decimal): -2757206 or 11202005. OLE color: 11202005.

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

Color convert

RGB 213 237 170 -
CMYK 0.10 0 0.28 0.07
HSL 81.49º 0.65% 0.8% -
HSV(B) 81.49º 0.28% 0.93% -
XYZ 64.98 77.62 49.59 -
YUV 222.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 213 237 170 0.10 0 0.28 0.07 81.49 0.65 0.8
Hex D5 ED AA A 0 1C 7 51 41 50
Octal 325 355 252 12 0 34 7 121 101 120
Binary 11010101 11101101 10101010 1010 0 11100 111 1010001 1000001 1010000

Color Harmonies of #D5EDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDAA

Black with #D5EDAA

Text Example


Text Example

White with #D5EDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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