#D6EBA4

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

Shades of Reef #D6EBA4

Tints of Reef #D6EBA4

Color information

#D6EBA4 (or 0xD6EBA4) is unknown color: approx Reef. HEX triplet: D6, EB and A4. RGB value is (214,235,164). Sum of RGB (Red+Green+Blue) = 214+235+164=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EBA4 is #29145B. Grayscale: #DCDCDC. Windows color (decimal): -2692188 or 10808278. OLE color: 10808278.

HSL color Cylindrical-coordinate representation of color #D6EBA4: hue angle of 77.75º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6EBA4 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB214235164-
CMYK0.0900.300.08
HSL77.75º63.96%78.24%-
HSV(B)77.75º30.21%92.16%-
XYZ64.1476.3946.49-
YUV220.6396.04123.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 164 (64.45% from 255) = 26.75%
R=34.91%
G=38.34%
B=26.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142351640.0900.300.0877.7563.9678.24
HexD6EBA4901E84e404e
Octal3263532441103610116100116
Binary11010110111010111010010010010111101000100111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBA4; }

 p { color: rgb(214,235,164); }

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

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

 a { background-color: rgb(214,235,164); }

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

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

 span { border-color: rgb(214,235,164); }

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