#C6D7BF

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

Shades of Surf Crest #C6D7BF

Tints of Surf Crest #C6D7BF

Color information

#C6D7BF (or 0xC6D7BF) is unknown color: approx Surf Crest. HEX triplet: C6, D7 and BF. RGB value is (198,215,191). Sum of RGB (Red+Green+Blue) = 198+215+191=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7BF is #392840. Grayscale: #CFCFCF. Windows color (decimal): -3745857 or 12572614. OLE color: 12572614.

HSL color Cylindrical-coordinate representation of color #C6D7BF: hue angle of 102.5º 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 #C6D7BF is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB198215191-
CMYK0.0800.110.16
HSL102.5º23.08%79.61%-
HSV(B)102.5º11.16%84.31%-
XYZ56.9964.3758.71-
YUV207.18118.87121.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.78%
GREEN value IS 215 (84.38% from 255) = 35.60%
BLUE value IS 191 (75% from 255) = 31.62%
R=32.78%
G=35.60%
B=31.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982151910.0800.110.16102.523.0879.61
HexC6D7BF80B10661750
Octal306327277100132014627120
Binary110001101101011110111111100001011100001100110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D7BF; }

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

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

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

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

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

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

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

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