#C0C5DC

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

Shades of Periwinkle #C0C5DC

Tints of Periwinkle #C0C5DC

Color information

#C0C5DC (or 0xC0C5DC) is unknown color: approx Periwinkle. HEX triplet: C0, C5 and DC. RGB value is (192,197,220). Sum of RGB (Red+Green+Blue) = 192+197+220=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C5DC is #3F3A23. Grayscale: #C6C6C6. Windows color (decimal): -4143652 or 14468544. OLE color: 14468544.

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

Color convert

RGB192197220-
CMYK0.130.1000.14
HSL229.29º28.57%80.78%-
HSV(B)229.29º12.73%86.27%-
XYZ54.6256.3175.7-
YUV198.13140.34123.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.53%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=31.53%
G=32.35%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921972200.130.1000.14229.2928.5780.78
HexC0C5DCDA0Ee51d51
Octal300305334151201634535121
Binary110000001100010111011100110110100111011100101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C5DC; }

 p { color: rgb(192,197,220); }

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

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

 a { background-color: rgb(192,197,220); }

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

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

 span { border-color: rgb(192,197,220); }

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