#D0E8AF

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

Shades of Reef #D0E8AF

Tints of Reef #D0E8AF

Color information

#D0E8AF (or 0xD0E8AF) is unknown color: approx Reef. HEX triplet: D0, E8 and AF. RGB value is (208,232,175). Sum of RGB (Red+Green+Blue) = 208+232+175=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E8AF is #2F1750. Grayscale: #DADADA. Windows color (decimal): -3086161 or 11528400. OLE color: 11528400.

HSL color Cylindrical-coordinate representation of color #D0E8AF: hue angle of 85.26º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0E8AF is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB208232175-
CMYK0.1000.250.09
HSL85.26º55.34%79.8%-
HSV(B)85.26º24.57%90.98%-
XYZ62.6174.2251.58-
YUV218.33103.55120.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 232 (91.02% from 255) = 37.72%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=33.82%
G=37.72%
B=28.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082321750.1000.250.0985.2655.3479.8
HexD0E8AFA0199553750
Octal320350257120311112567120
Binary1101000011101000101011111010011001100110101011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E8AF; }

 p { color: rgb(208,232,175); }

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

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

 a { background-color: rgb(208,232,175); }

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

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

 span { border-color: rgb(208,232,175); }

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