Html Css Color HEX #D5EDA2 Reef

📋 copy color: '#D5EDA2'

red 213 ◦ green 237 ◦ blue 162

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

Shades of Reef #D5EDA2

Tints of Reef #D5EDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.47%

R = 34.8%
G = 38.73%
B = 26.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#D5EDA2 (or 0xD5EDA2) is known color: Reef. HEX triplet: D5, ED and A2. RGB value is (213,237,162). Sum of RGB (Red+Green+Blue) = 213+237+162=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDA2 is #2A125D. Grayscale: #DDDDDD. Windows color (decimal): -2757214 or 10677717. OLE color: 10677717.

HSL color Cylindrical-coordinate representation of color #D5EDA2: hue angle of 79.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5EDA2 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 162 -
CMYK 0.10 0 0.32 0.07
HSL 79.2º 0.68% 0.78% -
HSV(B) 79.2º 0.32% 0.93% -
XYZ 64.25 77.32 45.72 -
YUV 221.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 213 237 162 0.10 0 0.32 0.07 79.2 0.68 0.78
Hex D5 ED A2 A 0 20 7 4F 44 4E
Octal 325 355 242 12 0 40 7 117 104 116
Binary 11010101 11101101 10100010 1010 0 100000 111 1001111 1000100 1001110

Color Harmonies of #D5EDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDA2

Black with #D5EDA2

Text Example


Text Example

White with #D5EDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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