#C1CEF4

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

Shades of Periwinkle #C1CEF4

Tints of Periwinkle #C1CEF4

Color information

#C1CEF4 (or 0xC1CEF4) is unknown color: approx Periwinkle. HEX triplet: C1, CE and F4. RGB value is (193,206,244). Sum of RGB (Red+Green+Blue) = 193+206+244=643 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.02% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #C1CEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CEF4 is #3E310B. Grayscale: #CECECE. Windows color (decimal): -4075788 or 16043713. OLE color: 16043713.

HSL color Cylindrical-coordinate representation of color #C1CEF4: hue angle of 224.71º degrees, saturation: 0.7, 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 #C1CEF4 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193206244-
CMYK0.210.1600.04
HSL224.71º69.86%85.69%-
HSV(B)224.71º20.9%95.69%-
XYZ60.3962.0194.37-
YUV206.44149.19118.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.02%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=30.02%
G=32.04%
B=37.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1932062440.210.1600.04224.7169.8685.69
HexC1CEF4151004e14656
Octal301316364252004341106126
Binary110000011100111011110100101011000001001110000110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CEF4; }

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

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

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

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

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

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

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

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