#C5DCC1

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

Shades of Surf Crest #C5DCC1

Tints of Surf Crest #C5DCC1

Color information

#C5DCC1 (or 0xC5DCC1) is unknown color: approx Surf Crest. HEX triplet: C5, DC and C1. RGB value is (197,220,193). Sum of RGB (Red+Green+Blue) = 197+220+193=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCC1 is #3A233E. Grayscale: #D2D2D2. Windows color (decimal): -3810111 or 12704965. OLE color: 12704965.

HSL color Cylindrical-coordinate representation of color #C5DCC1: hue angle of 111.11º degrees, saturation: 0.28, 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 #C5DCC1 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB197220193-
CMYK0.1000.120.14
HSL111.11º27.84%80.98%-
HSV(B)111.11º12.27%86.27%-
XYZ58.2466.9160.3-
YUV210.04118.38118.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.30%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=32.30%
G=36.07%
B=31.64%

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
Decimal1972201930.1000.120.14111.1127.8480.98
HexC5DCC1A0CE6f1c51
Octal305334301120141615734121
Binary11000101110111001100000110100110011101101111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCC1; }

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

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

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

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

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

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

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

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