#C1CAE0

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

Shades of Periwinkle #C1CAE0

Tints of Periwinkle #C1CAE0

Color information

#C1CAE0 (or 0xC1CAE0) is unknown color: approx Periwinkle. HEX triplet: C1, CA and E0. RGB value is (193,202,224). Sum of RGB (Red+Green+Blue) = 193+202+224=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CAE0 is #3E351F. Grayscale: #C9C9C9. Windows color (decimal): -4076832 or 14731969. OLE color: 14731969.

HSL color Cylindrical-coordinate representation of color #C1CAE0: hue angle of 222.58º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1CAE0 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193202224-
CMYK0.140.1000.12
HSL222.58º33.33%81.76%-
HSV(B)222.58º13.84%87.84%-
XYZ56.5758.9678.92-
YUV201.82140.52121.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.18%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=31.18%
G=32.63%
B=36.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1932022240.140.1000.12222.5833.3381.76
HexC1CAE0EA0Cdf2152
Octal301312340161201433741122
Binary1100000111001010111000001110101001100110111111000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAE0; }

 p { color: rgb(193,202,224); }

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

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

 a { background-color: rgb(193,202,224); }

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

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

 span { border-color: rgb(193,202,224); }

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