#C1C5ED

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

Shades of Periwinkle #C1C5ED

Tints of Periwinkle #C1C5ED

Color information

#C1C5ED (or 0xC1C5ED) is unknown color: approx Periwinkle. HEX triplet: C1, C5 and ED. RGB value is (193,197,237). Sum of RGB (Red+Green+Blue) = 193+197+237=627 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.78% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1C5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C5ED is #3E3A12. Grayscale: #C8C8C8. Windows color (decimal): -4078099 or 15582657. OLE color: 15582657.

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

Color convert

RGB193197237-
CMYK0.190.1700.07
HSL234.55º55%84.31%-
HSV(B)234.55º18.57%92.94%-
XYZ57.2457.3888.18-
YUV200.36148.67122.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.78%
GREEN value IS 197 (77.34% from 255) = 31.42%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=30.78%
G=31.42%
B=37.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931972370.190.1700.07234.555584.31
HexC1C5ED131107eb3754
Octal30130535523210735367124
Binary11000001110001011110110110011100010111111010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C5ED; }

 p { color: rgb(193,197,237); }

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

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

 a { background-color: rgb(193,197,237); }

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

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

 span { border-color: rgb(193,197,237); }

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