#C6CCE0

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

Shades of Periwinkle #C6CCE0

Tints of Periwinkle #C6CCE0

Color information

#C6CCE0 (or 0xC6CCE0) is unknown color: approx Periwinkle. HEX triplet: C6, CC and E0. RGB value is (198,204,224). Sum of RGB (Red+Green+Blue) = 198+204+224=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCE0 is #39331F. Grayscale: #CCCCCC. Windows color (decimal): -3748640 or 14732486. OLE color: 14732486.

HSL color Cylindrical-coordinate representation of color #C6CCE0: hue angle of 226.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6CCE0 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198204224-
CMYK0.120.0900.12
HSL226.15º29.55%82.75%-
HSV(B)226.15º11.61%87.84%-
XYZ58.3460.5779.14-
YUV204.49139.01123.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.63%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=31.63%
G=32.59%
B=35.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1982042240.120.0900.12226.1529.5582.75
HexC6CCE0C90Ce21e53
Octal306314340141101434236123
Binary110001101100110011100000110010010110011100010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CCE0; }

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

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

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

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

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

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

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

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