#C1CBEC

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

Shades of Periwinkle #C1CBEC

Tints of Periwinkle #C1CBEC

Color information

#C1CBEC (or 0xC1CBEC) is unknown color: approx Periwinkle. HEX triplet: C1, CB and EC. RGB value is (193,203,236). Sum of RGB (Red+Green+Blue) = 193+203+236=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBEC is #3E3413. Grayscale: #CBCBCB. Windows color (decimal): -4076564 or 15518657. OLE color: 15518657.

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

Color convert

RGB193203236-
CMYK0.180.1400.07
HSL226.05º53.09%84.12%-
HSV(B)226.05º18.22%92.55%-
XYZ58.4960.1187.88-
YUV203.77146.19120.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.54%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=30.54%
G=32.12%
B=37.34%

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
Decimal1932032360.180.1400.07226.0553.0984.12
HexC1CBEC12E07e23554
Octal30131335422160734265124
Binary1100000111001011111011001001011100111111000101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBEC; }

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

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

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

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

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

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

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

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