#D4EBA1

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

Shades of Reef #D4EBA1

Tints of Reef #D4EBA1

Color information

#D4EBA1 (or 0xD4EBA1) is unknown color: approx Reef. HEX triplet: D4, EB and A1. RGB value is (212,235,161). Sum of RGB (Red+Green+Blue) = 212+235+161=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBA1 is #2B145E. Grayscale: #DBDBDB. Windows color (decimal): -2823263 or 10611668. OLE color: 10611668.

HSL color Cylindrical-coordinate representation of color #D4EBA1: hue angle of 78.65º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4EBA1 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB212235161-
CMYK0.1000.310.08
HSL78.65º64.91%77.65%-
HSV(B)78.65º31.49%92.16%-
XYZ63.2975.9945.05-
YUV219.6994.88122.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 161 (63.28% from 255) = 26.48%
R=34.87%
G=38.65%
B=26.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122351610.1000.310.0878.6564.9177.65
HexD4EBA1A01F84f414e
Octal3243532411203710117101116
Binary11010100111010111010000110100111111000100111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBA1; }

 p { color: rgb(212,235,161); }

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

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

 a { background-color: rgb(212,235,161); }

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

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

 span { border-color: rgb(212,235,161); }

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