#D4EFB1

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

Shades of Reef #D4EFB1

Tints of Reef #D4EFB1

Color information

#D4EFB1 (or 0xD4EFB1) is unknown color: approx Reef. HEX triplet: D4, EF and B1. RGB value is (212,239,177). Sum of RGB (Red+Green+Blue) = 212+239+177=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFB1 is #2B104E. Grayscale: #E0E0E0. Windows color (decimal): -2822223 or 11661268. OLE color: 11661268.

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

Color convert

RGB212239177-
CMYK0.1100.260.06
HSL86.13º65.96%81.57%-
HSV(B)86.13º25.94%93.73%-
XYZ65.9578.953.35-
YUV223.86101.55119.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 239 (93.75% from 255) = 38.06%
BLUE value IS 177 (69.53% from 255) = 28.18%
R=33.76%
G=38.06%
B=28.18%

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
Decimal2122391770.1100.260.0686.1365.9681.57
HexD4EFB1B01A6564252
Octal324357261130326126102122
Binary1101010011101111101100011011011010110101011010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFB1; }

 p { color: rgb(212,239,177); }

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

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

 a { background-color: rgb(212,239,177); }

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

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

 span { border-color: rgb(212,239,177); }

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