#D2E993

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

Shades of Reef #D2E993

Tints of Reef #D2E993

Color information

#D2E993 (or 0xD2E993) is unknown color: approx Reef. HEX triplet: D2, E9 and 93. RGB value is (210,233,147). Sum of RGB (Red+Green+Blue) = 210+233+147=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E993 is #2D166C. Grayscale: #D8D8D8. Windows color (decimal): -2954861 or 9693650. OLE color: 9693650.

HSL color Cylindrical-coordinate representation of color #D2E993: hue angle of 76.05º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2E993 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB210233147-
CMYK0.1000.370.09
HSL76.05º66.15%74.51%-
HSV(B)76.05º36.91%91.37%-
XYZ60.9874.0938.69-
YUV216.3288.88123.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 233 (91.41% from 255) = 39.49%
BLUE value IS 147 (57.81% from 255) = 24.92%
R=35.59%
G=39.49%
B=24.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102331470.1000.370.0976.0566.1574.51
HexD2E993A02594c424b
Octal3223512231204511114102113
Binary110100101110100110010011101001001011001100110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E993; }

 p { color: rgb(210,233,147); }

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

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

 a { background-color: rgb(210,233,147); }

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

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

 span { border-color: rgb(210,233,147); }

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