#D3DE9A

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

Shades of Reef #D3DE9A

Tints of Reef #D3DE9A

Color information

#D3DE9A (or 0xD3DE9A) is unknown color: approx Reef. HEX triplet: D3, DE and 9A. RGB value is (211,222,154). Sum of RGB (Red+Green+Blue) = 211+222+154=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DE9A is #2C2165. Grayscale: #D3D3D3. Windows color (decimal): -2892134 or 10149587. OLE color: 10149587.

HSL color Cylindrical-coordinate representation of color #D3DE9A: hue angle of 69.71º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3DE9A is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB211222154-
CMYK0.0500.310.13
HSL69.71º50.75%73.73%-
HSV(B)69.71º30.63%87.06%-
XYZ58.8268.4240.68-
YUV210.9695.86128.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 154 (60.55% from 255) = 26.24%
R=35.95%
G=37.82%
B=26.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112221540.0500.310.1369.7150.7573.73
HexD3DE9A501FD46334a
Octal32333623250371510663112
Binary110100111101111010011010101011111110110001101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DE9A; }

 p { color: rgb(211,222,154); }

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

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

 a { background-color: rgb(211,222,154); }

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

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

 span { border-color: rgb(211,222,154); }

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