#D3E8AA

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

Shades of Reef #D3E8AA

Tints of Reef #D3E8AA

Color information

#D3E8AA (or 0xD3E8AA) is unknown color: approx Reef. HEX triplet: D3, E8 and AA. RGB value is (211,232,170). Sum of RGB (Red+Green+Blue) = 211+232+170=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E8AA is #2C1755. Grayscale: #DADADA. Windows color (decimal): -2889558 or 11200723. OLE color: 11200723.

HSL color Cylindrical-coordinate representation of color #D3E8AA: hue angle of 80.32º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3E8AA is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB211232170-
CMYK0.0900.270.09
HSL80.32º57.41%78.82%-
HSV(B)80.32º26.72%90.98%-
XYZ62.9874.4649.08-
YUV218.65100.54122.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.42%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=34.42%
G=37.85%
B=27.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112321700.0900.270.0980.3257.4178.82
HexD3E8AA901B950394f
Octal323350252110331112071117
Binary1101001111101000101010101001011011100110100001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E8AA; }

 p { color: rgb(211,232,170); }

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

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

 a { background-color: rgb(211,232,170); }

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

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

 span { border-color: rgb(211,232,170); }

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