#C3C6DF

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

Shades of Periwinkle #C3C6DF

Tints of Periwinkle #C3C6DF

Color information

#C3C6DF (or 0xC3C6DF) is unknown color: approx Periwinkle. HEX triplet: C3, C6 and DF. RGB value is (195,198,223). Sum of RGB (Red+Green+Blue) = 195+198+223=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6DF is #3C3920. Grayscale: #C7C7C7. Windows color (decimal): -3946785 or 14665411. OLE color: 14665411.

HSL color Cylindrical-coordinate representation of color #C3C6DF: hue angle of 233.57º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3C6DF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195198223-
CMYK0.130.1100.13
HSL233.57º30.43%81.96%-
HSV(B)233.57º12.56%87.45%-
XYZ56.0257.3277.92-
YUV199.95141.01124.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.66%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=31.66%
G=32.14%
B=36.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951982230.130.1100.13233.5730.4381.96
HexC3C6DFDB0Dea1e52
Octal303306337151301535236122
Binary110000111100011011011111110110110110111101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C6DF; }

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

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

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

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

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

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

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

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