#C1CAEB

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

Shades of Periwinkle #C1CAEB

Tints of Periwinkle #C1CAEB

Color information

#C1CAEB (or 0xC1CAEB) is unknown color: approx Periwinkle. HEX triplet: C1, CA and EB. RGB value is (193,202,235). Sum of RGB (Red+Green+Blue) = 193+202+235=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAEB is #3E3514. Grayscale: #CACACA. Windows color (decimal): -4076821 or 15452865. OLE color: 15452865.

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

Color convert

RGB193202235-
CMYK0.180.1400.08
HSL227.14º51.22%83.92%-
HSV(B)227.14º17.87%92.16%-
XYZ58.1159.5887.03-
YUV203.07146.02120.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.63%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=30.63%
G=32.06%
B=37.30%

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
Decimal1932022350.180.1400.08227.1451.2283.92
HexC1CAEB12E08e33354
Octal301312353221601034363124
Binary11000001110010101110101110010111001000111000111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAEB; }

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

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

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

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

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

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

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

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