#D4E6AD

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

Shades of Reef #D4E6AD

Tints of Reef #D4E6AD

Color information

#D4E6AD (or 0xD4E6AD) is unknown color: approx Reef. HEX triplet: D4, E6 and AD. RGB value is (212,230,173). Sum of RGB (Red+Green+Blue) = 212+230+173=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E6AD is #2B1952. Grayscale: #DADADA. Windows color (decimal): -2824531 or 11396820. OLE color: 11396820.

HSL color Cylindrical-coordinate representation of color #D4E6AD: hue angle of 78.95º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4E6AD is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB212230173-
CMYK0.0800.250.10
HSL78.95º53.27%79.02%-
HSV(B)78.95º24.78%90.2%-
XYZ62.9973.6150.42-
YUV218.12102.54123.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.47%
GREEN value IS 230 (90.23% from 255) = 37.40%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=34.47%
G=37.40%
B=28.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2122301730.0800.250.1078.9553.2779.02
HexD4E6AD8019A4f354f
Octal324346255100311211765117
Binary1101010011100110101011011000011001101010011111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E6AD; }

 p { color: rgb(212,230,173); }

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

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

 a { background-color: rgb(212,230,173); }

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

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

 span { border-color: rgb(212,230,173); }

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