#D5E09F

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

Shades of Reef #D5E09F

Tints of Reef #D5E09F

Color information

#D5E09F (or 0xD5E09F) is unknown color: approx Reef. HEX triplet: D5, E0 and 9F. RGB value is (213,224,159). Sum of RGB (Red+Green+Blue) = 213+224+159=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E09F is #2A1F60. Grayscale: #D5D5D5. Windows color (decimal): -2760545 or 10477781. OLE color: 10477781.

HSL color Cylindrical-coordinate representation of color #D5E09F: hue angle of 70.15º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5E09F is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB213224159-
CMYK0.0500.290.12
HSL70.15º51.18%75.1%-
HSV(B)70.15º29.02%87.84%-
XYZ60.3569.9643.12-
YUV213.397.36127.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=35.74%
G=37.58%
B=26.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241590.0500.290.1270.1551.1875.1
HexD5E09F501DC46334b
Octal32534023750351410663113
Binary110101011110000010011111101011101110010001101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E09F; }

 p { color: rgb(213,224,159); }

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

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

 a { background-color: rgb(213,224,159); }

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

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

 span { border-color: rgb(213,224,159); }

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