#C6D8BF

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

Shades of Surf Crest #C6D8BF

Tints of Surf Crest #C6D8BF

Color information

#C6D8BF (or 0xC6D8BF) is unknown color: approx Surf Crest. HEX triplet: C6, D8 and BF. RGB value is (198,216,191). Sum of RGB (Red+Green+Blue) = 198+216+191=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D8BF is #392740. Grayscale: #CFCFCF. Windows color (decimal): -3745601 or 12572870. OLE color: 12572870.

HSL color Cylindrical-coordinate representation of color #C6D8BF: hue angle of 103.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6D8BF is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB198216191-
CMYK0.0800.120.15
HSL103.2º24.27%79.8%-
HSV(B)103.2º11.57%84.71%-
XYZ57.2564.8858.8-
YUV207.77118.54121.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.73%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 191 (75% from 255) = 31.57%
R=32.73%
G=35.70%
B=31.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982161910.0800.120.15103.224.2779.8
HexC6D8BF80CF671850
Octal306330277100141714730120
Binary11000110110110001011111110000110011111100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D8BF; }

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

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

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

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

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

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

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

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