#C5DBBC

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

Shades of Surf Crest #C5DBBC

Tints of Surf Crest #C5DBBC

Color information

#C5DBBC (or 0xC5DBBC) is unknown color: approx Surf Crest. HEX triplet: C5, DB and BC. RGB value is (197,219,188). Sum of RGB (Red+Green+Blue) = 197+219+188=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBBC is #3A2443. Grayscale: #D0D0D0. Windows color (decimal): -3810372 or 12377029. OLE color: 12377029.

HSL color Cylindrical-coordinate representation of color #C5DBBC: hue angle of 102.58º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5DBBC is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB197219188-
CMYK0.1000.140.14
HSL102.58º30.1%79.8%-
HSV(B)102.58º14.16%85.88%-
XYZ57.4366.1657.32-
YUV208.89116.21119.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.62%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=32.62%
G=36.26%
B=31.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972191880.1000.140.14102.5830.179.8
HexC5DBBCA0EE671e50
Octal305333274120161614736120
Binary11000101110110111011110010100111011101100111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBBC; }

 p { color: rgb(197,219,188); }

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

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

 a { background-color: rgb(197,219,188); }

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

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

 span { border-color: rgb(197,219,188); }

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