#D2EFA5

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

Shades of Reef #D2EFA5

Tints of Reef #D2EFA5

Color information

#D2EFA5 (or 0xD2EFA5) is unknown color: approx Reef. HEX triplet: D2, EF and A5. RGB value is (210,239,165). Sum of RGB (Red+Green+Blue) = 210+239+165=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EFA5 is #2D105A. Grayscale: #DEDEDE. Windows color (decimal): -2953307 or 10874834. OLE color: 10874834.

HSL color Cylindrical-coordinate representation of color #D2EFA5: hue angle of 83.51º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2EFA5 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB210239165-
CMYK0.1200.310.06
HSL83.51º69.81%79.22%-
HSV(B)83.51º30.96%93.73%-
XYZ64.2478.1547.3-
YUV221.8995.89119.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 165 (64.84% from 255) = 26.87%
R=34.20%
G=38.93%
B=26.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102391650.1200.310.0683.5169.8179.22
HexD2EFA5C01F654464f
Octal322357245140376124106117
Binary1101001011101111101001011100011111110101010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFA5; }

 p { color: rgb(210,239,165); }

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

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

 a { background-color: rgb(210,239,165); }

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

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

 span { border-color: rgb(210,239,165); }

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