#D9EBAD

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

Shades of Reef #D9EBAD

Tints of Reef #D9EBAD

Color information

#D9EBAD (or 0xD9EBAD) is unknown color: approx Reef. HEX triplet: D9, EB and AD. RGB value is (217,235,173). Sum of RGB (Red+Green+Blue) = 217+235+173=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EBAD is #261452. Grayscale: #DEDEDE. Windows color (decimal): -2495571 or 11398105. OLE color: 11398105.

HSL color Cylindrical-coordinate representation of color #D9EBAD: hue angle of 77.42º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9EBAD is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB217235173-
CMYK0.0800.260.08
HSL77.42º60.78%80%-
HSV(B)77.42º26.38%92.16%-
XYZ65.8777.1950.96-
YUV222.55100.04124.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.72%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=34.72%
G=37.6%
B=27.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351730.0800.260.0877.4260.7880
HexD9EBAD801A84d3d50
Octal331353255100321011575120
Binary1101100111101011101011011000011010100010011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBAD; }

 p { color: rgb(217,235,173); }

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

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

 a { background-color: rgb(217,235,173); }

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

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

 span { border-color: rgb(217,235,173); }

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