#C1CCF5

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

Shades of Periwinkle #C1CCF5

Tints of Periwinkle #C1CCF5

Color information

#C1CCF5 (or 0xC1CCF5) is unknown color: approx Periwinkle. HEX triplet: C1, CC and F5. RGB value is (193,204,245). Sum of RGB (Red+Green+Blue) = 193+204+245=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #C1CCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCF5 is #3E330A. Grayscale: #CDCDCD. Windows color (decimal): -4076299 or 16108737. OLE color: 16108737.

HSL color Cylindrical-coordinate representation of color #C1CCF5: hue angle of 227.31º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1CCF5 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193204245-
CMYK0.210.1700.04
HSL227.31º72.22%85.88%-
HSV(B)227.31º21.22%96.08%-
XYZ60.0761.1295.02-
YUV205.38150.36119.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.06%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 245 (96.09% from 255) = 38.16%
R=30.06%
G=31.78%
B=38.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1932042450.210.1700.04227.3172.2285.88
HexC1CCF5151104e34856
Octal301314365252104343110126
Binary110000011100110011110101101011000101001110001110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCF5; }

 p { color: rgb(193,204,245); }

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

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

 a { background-color: rgb(193,204,245); }

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

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

 span { border-color: rgb(193,204,245); }

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