#D9E695

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

Shades of Reef #D9E695

Tints of Reef #D9E695

Color information

#D9E695 (or 0xD9E695) is unknown color: approx Reef. HEX triplet: D9, E6 and 95. RGB value is (217,230,149). Sum of RGB (Red+Green+Blue) = 217+230+149=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E695 is #26196A. Grayscale: #D9D9D9. Windows color (decimal): -2496875 or 9823961. OLE color: 9823961.

HSL color Cylindrical-coordinate representation of color #D9E695: hue angle of 69.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9E695 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB217230149-
CMYK0.0600.350.10
HSL69.63º61.83%74.31%-
HSV(B)69.63º35.22%90.2%-
XYZ62.3473.5239.34-
YUV216.8889.69128.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 230 (90.23% from 255) = 38.59%
BLUE value IS 149 (58.59% from 255) = 25%
R=36.41%
G=38.59%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172301490.0600.350.1069.6361.8374.31
HexD9E6956023A463e4a
Octal33134622560431210676112
Binary1101100111100110100101011100100011101010001101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E695; }

 p { color: rgb(217,230,149); }

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

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

 a { background-color: rgb(217,230,149); }

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

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

 span { border-color: rgb(217,230,149); }

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