#C5D6BF

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

Shades of Surf Crest #C5D6BF

Tints of Surf Crest #C5D6BF

Color information

#C5D6BF (or 0xC5D6BF) is unknown color: approx Surf Crest. HEX triplet: C5, D6 and BF. RGB value is (197,214,191). Sum of RGB (Red+Green+Blue) = 197+214+191=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6BF is #3A2940. Grayscale: #CECECE. Windows color (decimal): -3811649 or 12572357. OLE color: 12572357.

HSL color Cylindrical-coordinate representation of color #C5D6BF: hue angle of 104.35º 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 #C5D6BF is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB197214191-
CMYK0.0800.110.16
HSL104.35º21.9%79.41%-
HSV(B)104.35º10.75%83.92%-
XYZ56.4863.7358.61-
YUV206.3119.37121.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.72%
GREEN value IS 214 (83.98% from 255) = 35.55%
BLUE value IS 191 (75% from 255) = 31.73%
R=32.72%
G=35.55%
B=31.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972141910.0800.110.16104.3521.979.41
HexC5D6BF80B1068164f
Octal305326277100132015026117
Binary110001011101011010111111100001011100001101000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D6BF; }

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

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

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

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

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

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

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

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