#C6D5B8

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

Shades of Surf Crest #C6D5B8

Tints of Surf Crest #C6D5B8

Color information

#C6D5B8 (or 0xC6D5B8) is unknown color: approx Surf Crest. HEX triplet: C6, D5 and B8. RGB value is (198,213,184). Sum of RGB (Red+Green+Blue) = 198+213+184=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5B8 is #392A47. Grayscale: #CDCDCD. Windows color (decimal): -3746376 or 12113350. OLE color: 12113350.

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

Color convert

RGB198213184-
CMYK0.0700.140.16
HSL91.03º25.66%77.84%-
HSV(B)91.03º13.62%83.53%-
XYZ55.7363.0554.58-
YUV205.21116.03122.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 184 (72.27% from 255) = 30.92%
R=33.28%
G=35.80%
B=30.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982131840.0700.140.1691.0325.6677.84
HexC6D5B870E105b1a4e
Octal30632527070162013332116
Binary11000110110101011011100011101110100001011011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D5B8; }

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

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

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

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

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

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

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

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