#D7EBC6

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

Shades of Frostee #D7EBC6

Tints of Frostee #D7EBC6

Color information

#D7EBC6 (or 0xD7EBC6) is unknown color: approx Frostee. HEX triplet: D7, EB and C6. RGB value is (215,235,198). Sum of RGB (Red+Green+Blue) = 215+235+198=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBC6 is #281439. Grayscale: #E0E0E0. Windows color (decimal): -2626618 or 13036503. OLE color: 13036503.

HSL color Cylindrical-coordinate representation of color #D7EBC6: hue angle of 92.43º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7EBC6 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB215235198-
CMYK0.0900.160.08
HSL92.43º48.05%84.9%-
HSV(B)92.43º15.74%92.16%-
XYZ67.9377.9464.89-
YUV224.8112.87121.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.18%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 198 (77.73% from 255) = 30.56%
R=33.18%
G=36.27%
B=30.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152351980.0900.160.0892.4348.0584.9
HexD7EBC6901085c3055
Octal327353306110201013460125
Binary1101011111101011110001101001010000100010111001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBC6; }

 p { color: rgb(215,235,198); }

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

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

 a { background-color: rgb(215,235,198); }

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

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

 span { border-color: rgb(215,235,198); }

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