#D1E695

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

Shades of Reef #D1E695

Tints of Reef #D1E695

Color information

#D1E695 (or 0xD1E695) is unknown color: approx Reef. HEX triplet: D1, E6 and 95. RGB value is (209,230,149). Sum of RGB (Red+Green+Blue) = 209+230+149=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E695 is #2E196A. Grayscale: #D6D6D6. Windows color (decimal): -3021163 or 9823953. OLE color: 9823953.

HSL color Cylindrical-coordinate representation of color #D1E695: hue angle of 75.56º 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 #D1E695 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB209230149-
CMYK0.0900.350.10
HSL75.56º61.83%74.31%-
HSV(B)75.56º35.22%90.2%-
XYZ60.0272.3239.23-
YUV214.4991.04124.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 230 (90.23% from 255) = 39.12%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=35.54%
G=39.12%
B=25.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092301490.0900.350.1075.5661.8374.31
HexD1E6959023A4c3e4a
Octal321346225110431211476112
Binary11010001111001101001010110010100011101010011001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E695; }

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

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

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

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

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

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

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

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