Html Css Color HEX #D5EAA5 Reef

📋 copy color: '#D5EAA5'

red 213 ◦ green 234 ◦ blue 165

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

Shades of Reef #D5EAA5

Tints of Reef #D5EAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.24%

 BLUE value IS 165 (64.84% from 255) = 26.96%

R = 34.8%
G = 38.24%
B = 26.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#D5EAA5 (or 0xD5EAA5) is known color: Reef. HEX triplet: D5, EA and A5. RGB value is (213,234,165). Sum of RGB (Red+Green+Blue) = 213+234+165=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 165 (64.84% from 255 or 26.96% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EAA5 is #2A155A. Grayscale: #DCDCDC. Windows color (decimal): -2757979 or 10873557. OLE color: 10873557.

HSL color Cylindrical-coordinate representation of color #D5EAA5: hue angle of 78.26º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5EAA5 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 234 165 -
CMYK 0.09 0 0.29 0.08
HSL 78.26º 0.62% 0.78% -
HSV(B) 78.26º 0.29% 0.92% -
XYZ 63.65 75.71 46.86 -
YUV 219.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 213 234 165 0.09 0 0.29 0.08 78.26 0.62 0.78
Hex D5 EA A5 9 0 1D 8 4E 3E 4E
Octal 325 352 245 11 0 35 10 116 76 116
Binary 11010101 11101010 10100101 1001 0 11101 1000 1001110 111110 1001110

Color Harmonies of #D5EAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EAA5

Black with #D5EAA5

Text Example


Text Example

White with #D5EAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EAA5; }

 p { color: rgb(213,234,165); }

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

background-color css

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

 a { background-color: rgb(213,234,165); }

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

border-color css

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

 span { border-color: rgb(213,234,165); }

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