#D6EEA4

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

Shades of Reef #D6EEA4

Tints of Reef #D6EEA4

Color information

#D6EEA4 (or 0xD6EEA4) is unknown color: approx Reef. HEX triplet: D6, EE and A4. RGB value is (214,238,164). Sum of RGB (Red+Green+Blue) = 214+238+164=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EEA4 is #29115B. Grayscale: #DEDEDE. Windows color (decimal): -2691420 or 10809046. OLE color: 10809046.

HSL color Cylindrical-coordinate representation of color #D6EEA4: hue angle of 79.46º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6EEA4 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB214238164-
CMYK0.1000.310.07
HSL79.46º68.52%78.82%-
HSV(B)79.46º31.09%93.33%-
XYZ65.0178.1346.78-
YUV222.3995.05122.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.74%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 164 (64.45% from 255) = 26.62%
R=34.74%
G=38.64%
B=26.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142381640.1000.310.0779.4668.5278.82
HexD6EEA4A01F74f454f
Octal326356244120377117105117
Binary1101011011101110101001001010011111111100111110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEA4; }

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

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

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

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

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

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

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

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