#C1CFEC

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

Shades of Periwinkle #C1CFEC

Tints of Periwinkle #C1CFEC

Color information

#C1CFEC (or 0xC1CFEC) is unknown color: approx Periwinkle. HEX triplet: C1, CF and EC. RGB value is (193,207,236). Sum of RGB (Red+Green+Blue) = 193+207+236=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CFEC is #3E3013. Grayscale: #CDCDCD. Windows color (decimal): -4075540 or 15519681. OLE color: 15519681.

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

Color convert

RGB193207236-
CMYK0.180.1200.07
HSL220.47º53.09%84.12%-
HSV(B)220.47º18.22%92.55%-
XYZ59.4562.0288.19-
YUV206.12144.86118.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.35%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=30.35%
G=32.55%
B=37.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932072360.180.1200.07220.4753.0984.12
HexC1CFEC12C07dc3554
Octal30131735422140733465124
Binary1100000111001111111011001001011000111110111001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFEC; }

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

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

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

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

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

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

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

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