#D1FDAD

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

Shades of Reef #D1FDAD

Tints of Reef #D1FDAD

Color information

#D1FDAD (or 0xD1FDAD) is unknown color: approx Reef. HEX triplet: D1, FD and AD. RGB value is (209,253,173). Sum of RGB (Red+Green+Blue) = 209+253+173=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FDAD is #2E0252. Grayscale: #E6E6E6. Windows color (decimal): -3015251 or 11402705. OLE color: 11402705.

HSL color Cylindrical-coordinate representation of color #D1FDAD: hue angle of 93º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1FDAD is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB209253173-
CMYK0.1700.320.01
HSL93º95.24%83.53%-
HSV(B)93º31.62%99.22%-
XYZ68.9686.8252.66-
YUV230.7295.42112.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 173 (67.97% from 255) = 27.24%
R=32.91%
G=39.84%
B=27.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092531730.1700.320.019395.2483.53
HexD1FDAD1102015d5f54
Octal321375255210401135137124
Binary1101000111111101101011011000101000001101110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FDAD; }

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

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

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

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

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

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

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

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