#D5EBB0

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

Shades of Reef #D5EBB0

Tints of Reef #D5EBB0

Color information

#D5EBB0 (or 0xD5EBB0) is unknown color: approx Reef. HEX triplet: D5, EB and B0. RGB value is (213,235,176). Sum of RGB (Red+Green+Blue) = 213+235+176=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBB0 is #2A144F. Grayscale: #DDDDDD. Windows color (decimal): -2757712 or 11594709. OLE color: 11594709.

HSL color Cylindrical-coordinate representation of color #D5EBB0: hue angle of 82.37º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5EBB0 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB213235176-
CMYK0.0900.250.08
HSL82.37º59.6%80.59%-
HSV(B)82.37º25.11%92.16%-
XYZ64.9976.752.45-
YUV221.7102.21121.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 176 (69.14% from 255) = 28.21%
R=34.13%
G=37.66%
B=28.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132351760.0900.250.0882.3759.680.59
HexD5EBB090198523c51
Octal325353260110311012274121
Binary1101010111101011101100001001011001100010100101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBB0; }

 p { color: rgb(213,235,176); }

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

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

 a { background-color: rgb(213,235,176); }

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

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

 span { border-color: rgb(213,235,176); }

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