#D3E0AE

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

Shades of Reef #D3E0AE

Tints of Reef #D3E0AE

Color information

#D3E0AE (or 0xD3E0AE) is unknown color: approx Reef. HEX triplet: D3, E0 and AE. RGB value is (211,224,174). Sum of RGB (Red+Green+Blue) = 211+224+174=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E0AE is #2C1F51. Grayscale: #D6D6D6. Windows color (decimal): -2891602 or 11460819. OLE color: 11460819.

HSL color Cylindrical-coordinate representation of color #D3E0AE: hue angle of 75.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3E0AE is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB211224174-
CMYK0.0600.220.12
HSL75.6º44.64%78.04%-
HSV(B)75.6º22.32%87.84%-
XYZ61.1670.2250.37-
YUV214.41105.19125.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.65%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=34.65%
G=36.78%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112241740.0600.220.1275.644.6478.04
HexD3E0AE6016C4c2d4e
Octal32334025660261411455116
Binary110100111110000010101110110010110110010011001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E0AE; }

 p { color: rgb(211,224,174); }

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

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

 a { background-color: rgb(211,224,174); }

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

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

 span { border-color: rgb(211,224,174); }

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