#C3C7EC

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

Shades of Periwinkle #C3C7EC

Tints of Periwinkle #C3C7EC

Color information

#C3C7EC (or 0xC3C7EC) is unknown color: approx Periwinkle. HEX triplet: C3, C7 and EC. RGB value is (195,199,236). Sum of RGB (Red+Green+Blue) = 195+199+236=630 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.95% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3C7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C7EC is #3C3813. Grayscale: #C9C9C9. Windows color (decimal): -3946516 or 15517635. OLE color: 15517635.

HSL color Cylindrical-coordinate representation of color #C3C7EC: hue angle of 234.15º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3C7EC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195199236-
CMYK0.170.1600.07
HSL234.15º51.9%84.51%-
HSV(B)234.15º17.37%92.55%-
XYZ58.0758.5187.59-
YUV202.02147.17122.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.95%
GREEN value IS 199 (78.12% from 255) = 31.59%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=30.95%
G=31.59%
B=37.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951992360.170.1600.07234.1551.984.51
HexC3C7EC111007ea3455
Octal30330735421200735264125
Binary11000011110001111110110010001100000111111010101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C7EC; }

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

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

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

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

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

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

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

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