#D5EFB0

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

Shades of Reef #D5EFB0

Tints of Reef #D5EFB0

Color information

#D5EFB0 (or 0xD5EFB0) is unknown color: approx Reef. HEX triplet: D5, EF and B0. RGB value is (213,239,176). Sum of RGB (Red+Green+Blue) = 213+239+176=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFB0 is #2A104F. Grayscale: #E0E0E0. Windows color (decimal): -2756688 or 11595733. OLE color: 11595733.

HSL color Cylindrical-coordinate representation of color #D5EFB0: hue angle of 84.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5EFB0 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB213239176-
CMYK0.1100.260.06
HSL84.76º66.32%81.37%-
HSV(B)84.76º26.36%93.73%-
XYZ66.1479.0152.84-
YUV224.04100.89120.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 239 (93.75% from 255) = 38.06%
BLUE value IS 176 (69.14% from 255) = 28.03%
R=33.92%
G=38.06%
B=28.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132391760.1100.260.0684.7666.3281.37
HexD5EFB0B01A6554251
Octal325357260130326125102121
Binary1101010111101111101100001011011010110101010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFB0; }

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

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

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

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

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

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

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

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