#C2C6DC

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

Shades of Periwinkle #C2C6DC

Tints of Periwinkle #C2C6DC

Color information

#C2C6DC (or 0xC2C6DC) is unknown color: approx Periwinkle. HEX triplet: C2, C6 and DC. RGB value is (194,198,220). Sum of RGB (Red+Green+Blue) = 194+198+220=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6DC is #3D3923. Grayscale: #C7C7C7. Windows color (decimal): -4012324 or 14468802. OLE color: 14468802.

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

Color convert

RGB194198220-
CMYK0.120.100.14
HSL230.77º27.08%81.18%-
HSV(B)230.77º11.82%86.27%-
XYZ55.3657.0275.8-
YUV199.31139.67124.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941982200.120.100.14230.7727.0881.18
HexC2C6DCCA0Ee71b51
Octal302306334141201634733121
Binary110000101100011011011100110010100111011100111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C6DC; }

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

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

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

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

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

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

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

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