#D2E49B

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

Shades of Reef #D2E49B

Tints of Reef #D2E49B

Color information

#D2E49B (or 0xD2E49B) is unknown color: approx Reef. HEX triplet: D2, E4 and 9B. RGB value is (210,228,155). Sum of RGB (Red+Green+Blue) = 210+228+155=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E49B is #2D1B64. Grayscale: #D6D6D6. Windows color (decimal): -2956133 or 10216658. OLE color: 10216658.

HSL color Cylindrical-coordinate representation of color #D2E49B: hue angle of 74.79º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2E49B is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB210228155-
CMYK0.0800.320.11
HSL74.79º57.48%75.1%-
HSV(B)74.79º32.02%89.41%-
XYZ60.2471.5641.65-
YUV214.394.54124.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 228 (89.45% from 255) = 38.45%
BLUE value IS 155 (60.94% from 255) = 26.14%
R=35.41%
G=38.45%
B=26.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102281550.0800.320.1174.7957.4875.1
HexD2E49B8020B4b394b
Octal322344233100401311371113
Binary11010010111001001001101110000100000101110010111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E49B; }

 p { color: rgb(210,228,155); }

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

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

 a { background-color: rgb(210,228,155); }

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

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

 span { border-color: rgb(210,228,155); }

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