#C5D2BF

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

Shades of Surf Crest #C5D2BF

Tints of Surf Crest #C5D2BF

Color information

#C5D2BF (or 0xC5D2BF) is unknown color: approx Surf Crest. HEX triplet: C5, D2 and BF. RGB value is (197,210,191). Sum of RGB (Red+Green+Blue) = 197+210+191=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2BF is #3A2D40. Grayscale: #CCCCCC. Windows color (decimal): -3812673 or 12571333. OLE color: 12571333.

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

Color convert

RGB197210191-
CMYK0.0600.090.18
HSL101.05º17.43%78.63%-
HSV(B)101.05º9.05%82.35%-
XYZ55.4861.7358.28-
YUV203.95120.69123.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.94%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 191 (75% from 255) = 31.94%
R=32.94%
G=35.12%
B=31.94%

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
Decimal1972101910.0600.090.18101.0517.4378.63
HexC5D2BF6091265114f
Octal30532227760112214521117
Binary11000101110100101011111111001001100101100101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D2BF; }

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

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

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

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

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

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

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

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