#C7D6BF

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

Shades of Surf Crest #C7D6BF

Tints of Surf Crest #C7D6BF

Color information

#C7D6BF (or 0xC7D6BF) is unknown color: approx Surf Crest. HEX triplet: C7, D6 and BF. RGB value is (199,214,191). Sum of RGB (Red+Green+Blue) = 199+214+191=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6BF is #382940. Grayscale: #CECECE. Windows color (decimal): -3680577 or 12572359. OLE color: 12572359.

HSL color Cylindrical-coordinate representation of color #C7D6BF: hue angle of 99.13º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7D6BF is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB199214191-
CMYK0.0700.110.16
HSL99.13º21.9%79.41%-
HSV(B)99.13º10.75%83.92%-
XYZ576458.64-
YUV206.89119.03122.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.95%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 191 (75% from 255) = 31.62%
R=32.95%
G=35.43%
B=31.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992141910.0700.110.1699.1321.979.41
HexC7D6BF70B1063164f
Octal30732627770132014326117
Binary11000111110101101011111111101011100001100011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D6BF; }

 p { color: rgb(199,214,191); }

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

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

 a { background-color: rgb(199,214,191); }

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

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

 span { border-color: rgb(199,214,191); }

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