#C5D3BF

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

Shades of Surf Crest #C5D3BF

Tints of Surf Crest #C5D3BF

Color information

#C5D3BF (or 0xC5D3BF) is unknown color: approx Surf Crest. HEX triplet: C5, D3 and BF. RGB value is (197,211,191). Sum of RGB (Red+Green+Blue) = 197+211+191=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3BF is #3A2C40. Grayscale: #CCCCCC. Windows color (decimal): -3812417 or 12571589. OLE color: 12571589.

HSL color Cylindrical-coordinate representation of color #C5D3BF: hue angle of 102º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D3BF is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB197211191-
CMYK0.0700.090.17
HSL102º18.52%78.82%-
HSV(B)102º9.48%82.75%-
XYZ55.7262.2258.36-
YUV204.53120.36122.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.89%
GREEN value IS 211 (82.81% from 255) = 35.23%
BLUE value IS 191 (75% from 255) = 31.89%
R=32.89%
G=35.23%
B=31.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972111910.0700.090.1710218.5278.82
HexC5D3BF7091166134f
Octal30532327770112114623117
Binary11000101110100111011111111101001100011100110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D3BF; }

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

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

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

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

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

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

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

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