#D2ECA1

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

Shades of Reef #D2ECA1

Tints of Reef #D2ECA1

Color information

#D2ECA1 (or 0xD2ECA1) is unknown color: approx Reef. HEX triplet: D2, EC and A1. RGB value is (210,236,161). Sum of RGB (Red+Green+Blue) = 210+236+161=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECA1 is #2D135E. Grayscale: #DBDBDB. Windows color (decimal): -2954079 or 10611922. OLE color: 10611922.

HSL color Cylindrical-coordinate representation of color #D2ECA1: hue angle of 80.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2ECA1 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB210236161-
CMYK0.1100.320.07
HSL80.8º66.37%77.84%-
HSV(B)80.8º31.78%92.55%-
XYZ63.0176.2745.12-
YUV219.6894.89121.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 161 (63.28% from 255) = 26.52%
R=34.60%
G=38.88%
B=26.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102361610.1100.320.0780.866.3777.84
HexD2ECA1B020751424e
Octal322354241130407121102116
Binary11010010111011001010000110110100000111101000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECA1; }

 p { color: rgb(210,236,161); }

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

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

 a { background-color: rgb(210,236,161); }

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

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

 span { border-color: rgb(210,236,161); }

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