#C6D2BF

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

Shades of Surf Crest #C6D2BF

Tints of Surf Crest #C6D2BF

Color information

#C6D2BF (or 0xC6D2BF) is unknown color: approx Surf Crest. HEX triplet: C6, D2 and BF. RGB value is (198,210,191). Sum of RGB (Red+Green+Blue) = 198+210+191=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2BF is #392D40. Grayscale: #CCCCCC. Windows color (decimal): -3747137 or 12571334. OLE color: 12571334.

HSL color Cylindrical-coordinate representation of color #C6D2BF: hue angle of 97.89º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6D2BF is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB198210191-
CMYK0.0600.090.18
HSL97.89º17.43%78.63%-
HSV(B)97.89º9.05%82.35%-
XYZ55.7461.8658.29-
YUV204.25120.52123.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.06%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 191 (75% from 255) = 31.89%
R=33.06%
G=35.06%
B=31.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982101910.0600.090.1897.8917.4378.63
HexC6D2BF6091262114f
Octal30632227760112214221117
Binary11000110110100101011111111001001100101100010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D2BF; }

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

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

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

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

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

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

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

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