#D5DF9D

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

Shades of Reef #D5DF9D

Tints of Reef #D5DF9D

Color information

#D5DF9D (or 0xD5DF9D) is unknown color: approx Reef. HEX triplet: D5, DF and 9D. RGB value is (213,223,157). Sum of RGB (Red+Green+Blue) = 213+223+157=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DF9D is #2A2062. Grayscale: #D4D4D4. Windows color (decimal): -2760803 or 10346453. OLE color: 10346453.

HSL color Cylindrical-coordinate representation of color #D5DF9D: hue angle of 69.09º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5DF9D is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB213223157-
CMYK0.0400.300.13
HSL69.09º50.77%74.51%-
HSV(B)69.09º29.6%87.45%-
XYZ59.9169.3642.13-
YUV212.4996.69128.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 157 (61.72% from 255) = 26.48%
R=35.92%
G=37.61%
B=26.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132231570.0400.300.1369.0950.7774.51
HexD5DF9D401ED45334b
Octal32533723540361510563113
Binary110101011101111110011101100011110110110001011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DF9D; }

 p { color: rgb(213,223,157); }

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

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

 a { background-color: rgb(213,223,157); }

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

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

 span { border-color: rgb(213,223,157); }

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