#C2C6DB

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

Shades of Periwinkle #C2C6DB

Tints of Periwinkle #C2C6DB

Color information

#C2C6DB (or 0xC2C6DB) is unknown color: approx Periwinkle. HEX triplet: C2, C6 and DB. RGB value is (194,198,219). Sum of RGB (Red+Green+Blue) = 194+198+219=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6DB is #3D3924. Grayscale: #C7C7C7. Windows color (decimal): -4012325 or 14403266. OLE color: 14403266.

HSL color Cylindrical-coordinate representation of color #C2C6DB: hue angle of 230.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2C6DB is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194198219-
CMYK0.110.1000.14
HSL230.4º25.77%80.98%-
HSV(B)230.4º11.42%85.88%-
XYZ55.2356.9775.1-
YUV199.2139.17124.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.75%
GREEN value IS 198 (77.73% from 255) = 32.41%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=31.75%
G=32.41%
B=35.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941982190.110.1000.14230.425.7780.98
HexC2C6DBBA0Ee61a51
Octal302306333131201634632121
Binary110000101100011011011011101110100111011100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C6DB; }

 p { color: rgb(194,198,219); }

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

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

 a { background-color: rgb(194,198,219); }

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

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

 span { border-color: rgb(194,198,219); }

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