#D4E6AF

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

Shades of Reef #D4E6AF

Tints of Reef #D4E6AF

Color information

#D4E6AF (or 0xD4E6AF) is unknown color: approx Reef. HEX triplet: D4, E6 and AF. RGB value is (212,230,175). Sum of RGB (Red+Green+Blue) = 212+230+175=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E6AF is #2B1950. Grayscale: #DADADA. Windows color (decimal): -2824529 or 11527892. OLE color: 11527892.

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

Color convert

RGB212230175-
CMYK0.0800.240.10
HSL79.64º52.38%79.41%-
HSV(B)79.64º23.91%90.2%-
XYZ63.1973.6951.45-
YUV218.35103.54123.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 230 (90.23% from 255) = 37.28%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=34.36%
G=37.28%
B=28.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2122301750.0800.240.1079.6452.3879.41
HexD4E6AF8018A50344f
Octal324346257100301212064117
Binary1101010011100110101011111000011000101010100001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E6AF; }

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

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

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

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

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

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

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

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