#C3C6DC

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

Shades of Periwinkle #C3C6DC

Tints of Periwinkle #C3C6DC

Color information

#C3C6DC (or 0xC3C6DC) is unknown color: approx Periwinkle. HEX triplet: C3, C6 and DC. RGB value is (195,198,220). Sum of RGB (Red+Green+Blue) = 195+198+220=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6DC is #3C3923. Grayscale: #C7C7C7. Windows color (decimal): -3946788 or 14468803. OLE color: 14468803.

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

Color convert

RGB195198220-
CMYK0.110.100.14
HSL232.8º26.32%81.37%-
HSV(B)232.8º11.36%86.27%-
XYZ55.6257.1675.81-
YUV199.61139.51124.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=31.81%
G=32.30%
B=35.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951982200.110.100.14232.826.3281.37
HexC3C6DCBA0Ee91a51
Octal303306334131201635132121
Binary110000111100011011011100101110100111011101001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C6DC; }

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

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

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

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

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

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

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

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