#C6DCBB

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

Shades of Surf Crest #C6DCBB

Tints of Surf Crest #C6DCBB

Color information

#C6DCBB (or 0xC6DCBB) is unknown color: approx Surf Crest. HEX triplet: C6, DC and BB. RGB value is (198,220,187). Sum of RGB (Red+Green+Blue) = 198+220+187=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCBB is #392344. Grayscale: #D1D1D1. Windows color (decimal): -3744581 or 12311750. OLE color: 12311750.

HSL color Cylindrical-coordinate representation of color #C6DCBB: hue angle of 100º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DCBB is Cyan = 0.1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB198220187-
CMYK0.100.150.14
HSL100º32.04%79.8%-
HSV(B)100º15%86.27%-
XYZ57.8566.7856.85-
YUV209.66115.21119.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.73%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=32.73%
G=36.36%
B=30.91%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201870.100.150.1410032.0479.8
HexC6DCBBA0FE642050
Octal306334273120171614440120
Binary110001101101110010111011101001111111011001001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCBB; }

 p { color: rgb(198,220,187); }

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

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

 a { background-color: rgb(198,220,187); }

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

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

 span { border-color: rgb(198,220,187); }

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