#C7D3BC

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

Shades of Surf Crest #C7D3BC

Tints of Surf Crest #C7D3BC

Color information

#C7D3BC (or 0xC7D3BC) is unknown color: approx Surf Crest. HEX triplet: C7, D3 and BC. RGB value is (199,211,188). Sum of RGB (Red+Green+Blue) = 199+211+188=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D3BC is #382C43. Grayscale: #CCCCCC. Windows color (decimal): -3681348 or 12374983. OLE color: 12374983.

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

Color convert

RGB199211188-
CMYK0.0600.110.17
HSL91.3º20.72%78.24%-
HSV(B)91.3º10.9%82.75%-
XYZ55.9262.3656.67-
YUV204.79118.52123.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.28%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 188 (73.83% from 255) = 31.44%
R=33.28%
G=35.28%
B=31.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1992111880.0600.110.1791.320.7278.24
HexC7D3BC60B115b154e
Octal30732327460132113325116
Binary11000111110100111011110011001011100011011011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D3BC; }

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

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

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

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

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

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

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

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