#C1CAEC

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

Shades of Periwinkle #C1CAEC

Tints of Periwinkle #C1CAEC

Color information

#C1CAEC (or 0xC1CAEC) is unknown color: approx Periwinkle. HEX triplet: C1, CA and EC. RGB value is (193,202,236). Sum of RGB (Red+Green+Blue) = 193+202+236=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAEC is #3E3513. Grayscale: #CBCBCB. Windows color (decimal): -4076820 or 15518401. OLE color: 15518401.

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

Color convert

RGB193202236-
CMYK0.180.1400.07
HSL227.44º53.09%84.12%-
HSV(B)227.44º18.22%92.55%-
XYZ58.2559.6387.8-
YUV203.18146.52120.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.59%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=30.59%
G=32.01%
B=37.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932022360.180.1400.07227.4453.0984.12
HexC1CAEC12E07e33554
Octal30131235422160734365124
Binary1100000111001010111011001001011100111111000111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAEC; }

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

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

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

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

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

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

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

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