#C3C9DC

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

Shades of Periwinkle #C3C9DC

Tints of Periwinkle #C3C9DC

Color information

#C3C9DC (or 0xC3C9DC) is unknown color: approx Periwinkle. HEX triplet: C3, C9 and DC. RGB value is (195,201,220). Sum of RGB (Red+Green+Blue) = 195+201+220=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C9DC is #3C3623. Grayscale: #C9C9C9. Windows color (decimal): -3946020 or 14469571. OLE color: 14469571.

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

Color convert

RGB195201220-
CMYK0.110.0900.14
HSL225.6º26.32%81.37%-
HSV(B)225.6º11.36%86.27%-
XYZ56.3158.5476.04-
YUV201.37138.51123.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.66%
GREEN value IS 201 (78.91% from 255) = 32.63%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=31.66%
G=32.63%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952012200.110.0900.14225.626.3281.37
HexC3C9DCB90Ee21a51
Octal303311334131101634232121
Binary110000111100100111011100101110010111011100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C9DC; }

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

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

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

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

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

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

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

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