#C6D5BA

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

Shades of Surf Crest #C6D5BA

Tints of Surf Crest #C6D5BA

Color information

#C6D5BA (or 0xC6D5BA) is unknown color: approx Surf Crest. HEX triplet: C6, D5 and BA. RGB value is (198,213,186). Sum of RGB (Red+Green+Blue) = 198+213+186=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5BA is #392A45. Grayscale: #CDCDCD. Windows color (decimal): -3746374 or 12244422. OLE color: 12244422.

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

Color convert

RGB198213186-
CMYK0.0700.130.16
HSL93.33º24.32%78.24%-
HSV(B)93.33º12.68%83.53%-
XYZ55.9563.1455.69-
YUV205.44117.03122.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.17%
GREEN value IS 213 (83.59% from 255) = 35.68%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=33.17%
G=35.68%
B=31.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982131860.0700.130.1693.3324.3278.24
HexC6D5BA70D105d184e
Octal30632527270152013530116
Binary11000110110101011011101011101101100001011101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D5BA; }

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

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

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

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

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

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

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

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