#C6D5BB

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

Shades of Surf Crest #C6D5BB

Tints of Surf Crest #C6D5BB

Color information

#C6D5BB (or 0xC6D5BB) is unknown color: approx Surf Crest. HEX triplet: C6, D5 and BB. RGB value is (198,213,187). Sum of RGB (Red+Green+Blue) = 198+213+187=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5BB is #392A44. Grayscale: #CDCDCD. Windows color (decimal): -3746373 or 12309958. OLE color: 12309958.

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

Color convert

RGB198213187-
CMYK0.0700.120.16
HSL94.62º23.64%78.43%-
HSV(B)94.62º12.21%83.53%-
XYZ56.0563.1856.25-
YUV205.55117.53122.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.11%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=33.11%
G=35.62%
B=31.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982131870.0700.120.1694.6223.6478.43
HexC6D5BB70C105f184e
Octal30632527370142013730116
Binary11000110110101011011101111101100100001011111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D5BB; }

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

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

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

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

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

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

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

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