#C1CEEA

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

Shades of Periwinkle #C1CEEA

Tints of Periwinkle #C1CEEA

Color information

#C1CEEA (or 0xC1CEEA) is unknown color: approx Periwinkle. HEX triplet: C1, CE and EA. RGB value is (193,206,234). Sum of RGB (Red+Green+Blue) = 193+206+234=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CEEA is #3E3115. Grayscale: #CDCDCD. Windows color (decimal): -4075798 or 15388353. OLE color: 15388353.

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

Color convert

RGB193206234-
CMYK0.180.1200.08
HSL220.98º49.4%83.73%-
HSV(B)220.98º17.52%91.76%-
XYZ58.9161.4286.59-
YUV205.3144.19119.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.49%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=30.49%
G=32.54%
B=36.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932062340.180.1200.08220.9849.483.73
HexC1CEEA12C08dd3154
Octal301316352221401033561124
Binary11000001110011101110101010010110001000110111011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CEEA; }

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

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

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

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

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

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

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

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