#C3C7DC

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

Shades of Periwinkle #C3C7DC

Tints of Periwinkle #C3C7DC

Color information

#C3C7DC (or 0xC3C7DC) is unknown color: approx Periwinkle. HEX triplet: C3, C7 and DC. RGB value is (195,199,220). Sum of RGB (Red+Green+Blue) = 195+199+220=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C7DC is #3C3823. Grayscale: #C8C8C8. Windows color (decimal): -3946532 or 14469059. OLE color: 14469059.

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

Color convert

RGB195199220-
CMYK0.110.1000.14
HSL230.4º26.32%81.37%-
HSV(B)230.4º11.36%86.27%-
XYZ55.8557.6275.89-
YUV200.2139.17124.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.76%
GREEN value IS 199 (78.12% from 255) = 32.41%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=31.76%
G=32.41%
B=35.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951992200.110.1000.14230.426.3281.37
HexC3C7DCBA0Ee61a51
Octal303307334131201634632121
Binary110000111100011111011100101110100111011100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C7DC; }

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

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

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

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

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

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

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

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