#C1CAEF

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

Shades of Periwinkle #C1CAEF

Tints of Periwinkle #C1CAEF

Color information

#C1CAEF (or 0xC1CAEF) is unknown color: approx Periwinkle. HEX triplet: C1, CA and EF. RGB value is (193,202,239). Sum of RGB (Red+Green+Blue) = 193+202+239=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAEF is #3E3510. Grayscale: #CBCBCB. Windows color (decimal): -4076817 or 15715009. OLE color: 15715009.

HSL color Cylindrical-coordinate representation of color #C1CAEF: hue angle of 228.26º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CAEF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193202239-
CMYK0.190.1500.06
HSL228.26º58.97%84.71%-
HSV(B)228.26º19.25%93.73%-
XYZ58.6959.8190.11-
YUV203.53148.02120.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.44%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=30.44%
G=31.86%
B=37.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1932022390.190.1500.06228.2658.9784.71
HexC1CAEF13F06e43b55
Octal30131235723170634473125
Binary1100000111001010111011111001111110110111001001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAEF; }

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

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

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

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

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

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

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

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