#C1CAEA

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

Shades of Periwinkle #C1CAEA

Tints of Periwinkle #C1CAEA

Color information

#C1CAEA (or 0xC1CAEA) is unknown color: approx Periwinkle. HEX triplet: C1, CA and EA. RGB value is (193,202,234). Sum of RGB (Red+Green+Blue) = 193+202+234=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAEA is #3E3515. Grayscale: #CACACA. Windows color (decimal): -4076822 or 15387329. OLE color: 15387329.

HSL color Cylindrical-coordinate representation of color #C1CAEA: hue angle of 226.83º degrees, saturation: 0.49, 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 #C1CAEA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193202234-
CMYK0.180.1400.08
HSL226.83º49.4%83.73%-
HSV(B)226.83º17.52%91.76%-
XYZ57.9659.5286.28-
YUV202.96145.52120.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.68%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=30.68%
G=32.11%
B=37.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932022340.180.1400.08226.8349.483.73
HexC1CAEA12E08e33154
Octal301312352221601034361124
Binary11000001110010101110101010010111001000111000111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAEA; }

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

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

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

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

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

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

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

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