#D8FDAF

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

Shades of Reef #D8FDAF

Tints of Reef #D8FDAF

Color information

#D8FDAF (or 0xD8FDAF) is unknown color: approx Reef. HEX triplet: D8, FD and AF. RGB value is (216,253,175). Sum of RGB (Red+Green+Blue) = 216+253+175=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FDAF is #270250. Grayscale: #E9E9E9. Windows color (decimal): -2556497 or 11533784. OLE color: 11533784.

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

Color convert

RGB216253175-
CMYK0.1500.310.01
HSL88.46º95.12%83.92%-
HSV(B)88.46º30.83%99.22%-
XYZ71.1887.9453.78-
YUV233.0495.24115.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 253 (99.22% from 255) = 39.29%
BLUE value IS 175 (68.75% from 255) = 27.17%
R=33.54%
G=39.29%
B=27.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162531750.1500.310.0188.4695.1283.92
HexD8FDAFF01F1585f54
Octal330375257170371130137124
Binary11011000111111011010111111110111111101100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FDAF; }

 p { color: rgb(216,253,175); }

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

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

 a { background-color: rgb(216,253,175); }

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

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

 span { border-color: rgb(216,253,175); }

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