#C5D3BC

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

Shades of Surf Crest #C5D3BC

Tints of Surf Crest #C5D3BC

Color information

#C5D3BC (or 0xC5D3BC) is unknown color: approx Surf Crest. HEX triplet: C5, D3 and BC. RGB value is (197,211,188). Sum of RGB (Red+Green+Blue) = 197+211+188=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3BC is #3A2C43. Grayscale: #CCCCCC. Windows color (decimal): -3812420 or 12374981. OLE color: 12374981.

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

Color convert

RGB197211188-
CMYK0.0700.110.17
HSL96.52º20.72%78.24%-
HSV(B)96.52º10.9%82.75%-
XYZ55.462.0956.64-
YUV204.19118.86122.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.05%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=33.05%
G=35.40%
B=31.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972111880.0700.110.1796.5220.7278.24
HexC5D3BC70B1161154e
Octal30532327470132114125116
Binary11000101110100111011110011101011100011100001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D3BC; }

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

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

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

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

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

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

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

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