#C6DCC2

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

Shades of Surf Crest #C6DCC2

Tints of Surf Crest #C6DCC2

Color information

#C6DCC2 (or 0xC6DCC2) is unknown color: approx Surf Crest. HEX triplet: C6, DC and C2. RGB value is (198,220,194). Sum of RGB (Red+Green+Blue) = 198+220+194=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCC2 is #39233D. Grayscale: #D2D2D2. Windows color (decimal): -3744574 or 12770502. OLE color: 12770502.

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

Color convert

RGB198220194-
CMYK0.100.120.14
HSL110.77º27.08%81.18%-
HSV(B)110.77º11.82%86.27%-
XYZ58.6267.0960.9-
YUV210.46118.71119.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.35%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 194 (76.17% from 255) = 31.70%
R=32.35%
G=35.95%
B=31.70%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201940.100.120.14110.7727.0881.18
HexC6DCC2A0CE6f1b51
Octal306334302120141615733121
Binary11000110110111001100001010100110011101101111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCC2; }

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

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

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

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

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

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

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

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