#C6CCEB

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

Shades of Periwinkle #C6CCEB

Tints of Periwinkle #C6CCEB

Color information

#C6CCEB (or 0xC6CCEB) is unknown color: approx Periwinkle. HEX triplet: C6, CC and EB. RGB value is (198,204,235). Sum of RGB (Red+Green+Blue) = 198+204+235=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCEB is #393314. Grayscale: #CDCDCD. Windows color (decimal): -3748629 or 15453382. OLE color: 15453382.

HSL color Cylindrical-coordinate representation of color #C6CCEB: hue angle of 230.27º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6CCEB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198204235-
CMYK0.160.1300.08
HSL230.27º48.05%84.9%-
HSV(B)230.27º15.74%92.16%-
XYZ59.8861.1987.25-
YUV205.74144.51122.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.08%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=31.08%
G=32.03%
B=36.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982042350.160.1300.08230.2748.0584.9
HexC6CCEB10D08e63055
Octal306314353201501034660125
Binary11000110110011001110101110000110101000111001101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CCEB; }

 p { color: rgb(198,204,235); }

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

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

 a { background-color: rgb(198,204,235); }

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

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

 span { border-color: rgb(198,204,235); }

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