#C4CBEC

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

Shades of Periwinkle #C4CBEC

Tints of Periwinkle #C4CBEC

Color information

#C4CBEC (or 0xC4CBEC) is unknown color: approx Periwinkle. HEX triplet: C4, CB and EC. RGB value is (196,203,236). Sum of RGB (Red+Green+Blue) = 196+203+236=635 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.87% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBEC is #3B3413. Grayscale: #CCCCCC. Windows color (decimal): -3879956 or 15518660. OLE color: 15518660.

HSL color Cylindrical-coordinate representation of color #C4CBEC: hue angle of 229.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 #C4CBEC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196203236-
CMYK0.170.1400.07
HSL229.5º51.28%84.71%-
HSV(B)229.5º16.95%92.55%-
XYZ59.2660.587.91-
YUV204.67145.68121.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.87%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=30.87%
G=31.97%
B=37.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1962032360.170.1400.07229.551.2884.71
HexC4CBEC11E07e63355
Octal30431335421160734663125
Binary1100010011001011111011001000111100111111001101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBEC; }

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

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

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

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

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

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

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

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