#C5D6BB

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

Shades of Surf Crest #C5D6BB

Tints of Surf Crest #C5D6BB

Color information

#C5D6BB (or 0xC5D6BB) is unknown color: approx Surf Crest. HEX triplet: C5, D6 and BB. RGB value is (197,214,187). Sum of RGB (Red+Green+Blue) = 197+214+187=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6BB is #3A2944. Grayscale: #CDCDCD. Windows color (decimal): -3811653 or 12310213. OLE color: 12310213.

HSL color Cylindrical-coordinate representation of color #C5D6BB: hue angle of 97.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5D6BB is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB197214187-
CMYK0.0800.130.16
HSL97.78º24.77%78.63%-
HSV(B)97.78º12.62%83.92%-
XYZ56.0463.5556.33-
YUV205.84117.37121.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.94%
GREEN value IS 214 (83.98% from 255) = 35.79%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=32.94%
G=35.79%
B=31.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972141870.0800.130.1697.7824.7778.63
HexC5D6BB80D1062194f
Octal305326273100152014231117
Binary110001011101011010111011100001101100001100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D6BB; }

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

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

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

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

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

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

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

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