#C1C5EB

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

Shades of Periwinkle #C1C5EB

Tints of Periwinkle #C1C5EB

Color information

#C1C5EB (or 0xC1C5EB) is unknown color: approx Periwinkle. HEX triplet: C1, C5 and EB. RGB value is (193,197,235). Sum of RGB (Red+Green+Blue) = 193+197+235=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C5EB is #3E3A14. Grayscale: #C7C7C7. Windows color (decimal): -4078101 or 15451585. OLE color: 15451585.

HSL color Cylindrical-coordinate representation of color #C1C5EB: hue angle of 234.29º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1C5EB is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193197235-
CMYK0.180.1600.08
HSL234.29º51.22%83.92%-
HSV(B)234.29º17.87%92.16%-
XYZ56.9557.2786.65-
YUV200.14147.67122.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.88%
GREEN value IS 197 (77.34% from 255) = 31.52%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=30.88%
G=31.52%
B=37.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931972350.180.1600.08234.2951.2283.92
HexC1C5EB121008ea3354
Octal301305353222001035263124
Binary110000011100010111101011100101000001000111010101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C5EB; }

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

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

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

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

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

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

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

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