#D1EFAD

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

Shades of Reef #D1EFAD

Tints of Reef #D1EFAD

Color information

#D1EFAD (or 0xD1EFAD) is unknown color: approx Reef. HEX triplet: D1, EF and AD. RGB value is (209,239,173). Sum of RGB (Red+Green+Blue) = 209+239+173=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EFAD is #2E1052. Grayscale: #DEDEDE. Windows color (decimal): -3018835 or 11399121. OLE color: 11399121.

HSL color Cylindrical-coordinate representation of color #D1EFAD: hue angle of 87.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1EFAD is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB209239173-
CMYK0.1300.280.06
HSL87.27º67.35%80.78%-
HSV(B)87.27º27.62%93.73%-
XYZ64.778.3151.24-
YUV222.51100.06118.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 239 (93.75% from 255) = 38.49%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=33.66%
G=38.49%
B=27.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092391730.1300.280.0687.2767.3580.78
HexD1EFADD01C6574351
Octal321357255150346127103121
Binary1101000111101111101011011101011100110101011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFAD; }

 p { color: rgb(209,239,173); }

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

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

 a { background-color: rgb(209,239,173); }

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

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

 span { border-color: rgb(209,239,173); }

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