#C6D3BA

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

Shades of Surf Crest #C6D3BA

Tints of Surf Crest #C6D3BA

Color information

#C6D3BA (or 0xC6D3BA) is unknown color: approx Surf Crest. HEX triplet: C6, D3 and BA. RGB value is (198,211,186). Sum of RGB (Red+Green+Blue) = 198+211+186=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D3BA is #392C45. Grayscale: #CCCCCC. Windows color (decimal): -3746886 or 12243910. OLE color: 12243910.

HSL color Cylindrical-coordinate representation of color #C6D3BA: hue angle of 91.2º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6D3BA is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB198211186-
CMYK0.0600.120.17
HSL91.2º22.12%77.84%-
HSV(B)91.2º11.85%82.75%-
XYZ55.4562.1455.53-
YUV204.26117.69123.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.28%
GREEN value IS 211 (82.81% from 255) = 35.46%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=33.28%
G=35.46%
B=31.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1982111860.0600.120.1791.222.1277.84
HexC6D3BA60C115b164e
Octal30632327260142113326116
Binary11000110110100111011101011001100100011011011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D3BA; }

 p { color: rgb(198,211,186); }

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

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

 a { background-color: rgb(198,211,186); }

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

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

 span { border-color: rgb(198,211,186); }

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