#C4CFEC

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

Shades of Periwinkle #C4CFEC

Tints of Periwinkle #C4CFEC

Color information

#C4CFEC (or 0xC4CFEC) is unknown color: approx Periwinkle. HEX triplet: C4, CF and EC. RGB value is (196,207,236). Sum of RGB (Red+Green+Blue) = 196+207+236=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFEC is #3B3013. Grayscale: #CECECE. Windows color (decimal): -3878932 or 15519684. OLE color: 15519684.

HSL color Cylindrical-coordinate representation of color #C4CFEC: hue angle of 223.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4CFEC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196207236-
CMYK0.170.1200.07
HSL223.5º51.28%84.71%-
HSV(B)223.5º16.95%92.55%-
XYZ60.2262.4288.23-
YUV207.02144.36120.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.67%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=30.67%
G=32.39%
B=36.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1962072360.170.1200.07223.551.2884.71
HexC4CFEC11C07e03355
Octal30431735421140734063125
Binary1100010011001111111011001000111000111111000001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFEC; }

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

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

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

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

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

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

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

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