#D7FAAD

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

Shades of Reef #D7FAAD

Tints of Reef #D7FAAD

Color information

#D7FAAD (or 0xD7FAAD) is unknown color: approx Reef. HEX triplet: D7, FA and AD. RGB value is (215,250,173). Sum of RGB (Red+Green+Blue) = 215+250+173=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FAAD is #280552. Grayscale: #E7E7E7. Windows color (decimal): -2622803 or 11401943. OLE color: 11401943.

HSL color Cylindrical-coordinate representation of color #D7FAAD: hue angle of 87.27º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7FAAD is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB215250173-
CMYK0.1400.310.02
HSL87.27º88.51%82.94%-
HSV(B)87.27º30.8%98.04%-
XYZ69.7585.8452.43-
YUV230.7695.4116.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 173 (67.97% from 255) = 27.12%
R=33.70%
G=39.18%
B=27.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152501730.1400.310.0287.2788.5182.94
HexD7FAADE01F2575953
Octal327372255160372127131123
Binary110101111111101010101101111001111110101011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FAAD; }

 p { color: rgb(215,250,173); }

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

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

 a { background-color: rgb(215,250,173); }

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

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

 span { border-color: rgb(215,250,173); }

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