#D0E695

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

Shades of Reef #D0E695

Tints of Reef #D0E695

Color information

#D0E695 (or 0xD0E695) is unknown color: approx Reef. HEX triplet: D0, E6 and 95. RGB value is (208,230,149). Sum of RGB (Red+Green+Blue) = 208+230+149=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E695 is #2F196A. Grayscale: #D6D6D6. Windows color (decimal): -3086699 or 9823952. OLE color: 9823952.

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

Color convert

RGB208230149-
CMYK0.1000.350.10
HSL76.3º61.83%74.31%-
HSV(B)76.3º35.22%90.2%-
XYZ59.7372.1739.22-
YUV214.1991.21123.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 149 (58.59% from 255) = 25.38%
R=35.43%
G=39.18%
B=25.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082301490.1000.350.1076.361.8374.31
HexD0E695A023A4c3e4a
Octal320346225120431211476112
Binary11010000111001101001010110100100011101010011001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E695; }

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

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

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

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

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

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

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

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