#C6D5BD

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

Shades of Surf Crest #C6D5BD

Tints of Surf Crest #C6D5BD

Color information

#C6D5BD (or 0xC6D5BD) is unknown color: approx Surf Crest. HEX triplet: C6, D5 and BD. RGB value is (198,213,189). Sum of RGB (Red+Green+Blue) = 198+213+189=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5BD is #392A42. Grayscale: #CDCDCD. Windows color (decimal): -3746371 or 12441030. OLE color: 12441030.

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

Color convert

RGB198213189-
CMYK0.0700.110.16
HSL97.5º22.22%78.82%-
HSV(B)97.5º11.27%83.53%-
XYZ56.2763.2757.39-
YUV205.78118.53122.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=33%
G=35.5%
B=31.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982131890.0700.110.1697.522.2278.82
HexC6D5BD70B1061164f
Octal30632527570132014126117
Binary11000110110101011011110111101011100001100001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D5BD; }

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

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

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

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

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

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

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

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