#C7D7BF

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

Shades of Surf Crest #C7D7BF

Tints of Surf Crest #C7D7BF

Color information

#C7D7BF (or 0xC7D7BF) is unknown color: approx Surf Crest. HEX triplet: C7, D7 and BF. RGB value is (199,215,191). Sum of RGB (Red+Green+Blue) = 199+215+191=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D7BF is #382840. Grayscale: #CFCFCF. Windows color (decimal): -3680321 or 12572615. OLE color: 12572615.

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

Color convert

RGB199215191-
CMYK0.0700.110.16
HSL100º23.08%79.61%-
HSV(B)100º11.16%84.31%-
XYZ57.2664.558.72-
YUV207.48118.7121.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 191 (75% from 255) = 31.57%
R=32.89%
G=35.54%
B=31.57%

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
Decimal1992151910.0700.110.1610023.0879.61
HexC7D7BF70B10641750
Octal30732727770132014427120
Binary11000111110101111011111111101011100001100100101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D7BF; }

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

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

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

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

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

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

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

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