#C5DCC2

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

Shades of Surf Crest #C5DCC2

Tints of Surf Crest #C5DCC2

Color information

#C5DCC2 (or 0xC5DCC2) is unknown color: approx Surf Crest. HEX triplet: C5, DC and C2. RGB value is (197,220,194). Sum of RGB (Red+Green+Blue) = 197+220+194=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCC2 is #3A233D. Grayscale: #D2D2D2. Windows color (decimal): -3810110 or 12770501. OLE color: 12770501.

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

Color convert

RGB197220194-
CMYK0.1000.120.14
HSL113.08º27.08%81.18%-
HSV(B)113.08º11.82%86.27%-
XYZ58.3666.9560.89-
YUV210.16118.88118.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 194 (76.17% from 255) = 31.75%
R=32.24%
G=36.01%
B=31.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201940.1000.120.14113.0827.0881.18
HexC5DCC2A0CE711b51
Octal305334302120141616133121
Binary11000101110111001100001010100110011101110001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCC2; }

 p { color: rgb(197,220,194); }

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

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

 a { background-color: rgb(197,220,194); }

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

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

 span { border-color: rgb(197,220,194); }

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