#D7F1B3

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

Shades of Reef #D7F1B3

Tints of Reef #D7F1B3

Color information

#D7F1B3 (or 0xD7F1B3) is unknown color: approx Reef. HEX triplet: D7, F1 and B3. RGB value is (215,241,179). Sum of RGB (Red+Green+Blue) = 215+241+179=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1B3 is #280E4C. Grayscale: #E2E2E2. Windows color (decimal): -2625101 or 11792855. OLE color: 11792855.

HSL color Cylindrical-coordinate representation of color #D7F1B3: hue angle of 85.16º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7F1B3 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB215241179-
CMYK0.1100.260.05
HSL85.16º68.89%82.35%-
HSV(B)85.16º25.73%94.51%-
XYZ67.6280.6154.64-
YUV226.16101.39120.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=33.86%
G=37.95%
B=28.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152411790.1100.260.0585.1668.8982.35
HexD7F1B3B01A5554552
Octal327361263130325125105122
Binary1101011111110001101100111011011010101101010110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1B3; }

 p { color: rgb(215,241,179); }

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

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

 a { background-color: rgb(215,241,179); }

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

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

 span { border-color: rgb(215,241,179); }

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