#D5EDA3

Color #D5EDA3 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D5EDA3

Tints of Reef #D5EDA3

Color information

#D5EDA3 (or 0xD5EDA3) is unknown color: approx Reef. HEX triplet: D5, ED and A3. RGB value is (213,237,163). Sum of RGB (Red+Green+Blue) = 213+237+163=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 163 (64.06% from 255 or 26.59% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDA3 is #2A125C. Grayscale: #DDDDDD. Windows color (decimal): -2757213 or 10743253. OLE color: 10743253.

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

Color convert

RGB213237163-
CMYK0.1000.310.07
HSL79.46º67.27%78.43%-
HSV(B)79.46º31.22%92.94%-
XYZ64.3477.3646.19-
YUV221.3995.05122.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.75%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 163 (64.06% from 255) = 26.59%
R=34.75%
G=38.66%
B=26.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132371630.1000.310.0779.4667.2778.43
HexD5EDA3A01F74f434e
Octal325355243120377117103116
Binary1101010111101101101000111010011111111100111110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDA3; }

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

 H1.HeaderClassName
 {
   color: #D5EDA3;
 }
 .AnyTagClassName
 {
   color: #D5EDA3;
 }
</style>
background-color css

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

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

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

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

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

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