#C5D1BF

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

Shades of Surf Crest #C5D1BF

Tints of Surf Crest #C5D1BF

Color information

#C5D1BF (or 0xC5D1BF) is unknown color: approx Surf Crest. HEX triplet: C5, D1 and BF. RGB value is (197,209,191). Sum of RGB (Red+Green+Blue) = 197+209+191=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1BF is #3A2E40. Grayscale: #CBCBCB. Windows color (decimal): -3812929 or 12571077. OLE color: 12571077.

HSL color Cylindrical-coordinate representation of color #C5D1BF: hue angle of 100º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D1BF is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB197209191-
CMYK0.0600.090.18
HSL100º16.36%78.43%-
HSV(B)100º8.61%81.96%-
XYZ55.2361.2358.2-
YUV203.36121.02123.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.00%
GREEN value IS 209 (82.03% from 255) = 35.01%
BLUE value IS 191 (75% from 255) = 31.99%
R=33.00%
G=35.01%
B=31.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972091910.0600.090.1810016.3678.43
HexC5D1BF6091264104e
Octal30532127760112214420116
Binary11000101110100011011111111001001100101100100100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D1BF; }

 p { color: rgb(197,209,191); }

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

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

 a { background-color: rgb(197,209,191); }

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

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

 span { border-color: rgb(197,209,191); }

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