#C0C7DD

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

Shades of Periwinkle #C0C7DD

Tints of Periwinkle #C0C7DD

Color information

#C0C7DD (or 0xC0C7DD) is unknown color: approx Periwinkle. HEX triplet: C0, C7 and DD. RGB value is (192,199,221). Sum of RGB (Red+Green+Blue) = 192+199+221=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7DD is #3F3822. Grayscale: #C7C7C7. Windows color (decimal): -4143139 or 14534592. OLE color: 14534592.

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

Color convert

RGB192199221-
CMYK0.130.1000.13
HSL225.52º29.9%80.98%-
HSV(B)225.52º13.12%86.67%-
XYZ55.2157.2776.55-
YUV199.42140.18122.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=31.37%
G=32.52%
B=36.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921992210.130.1000.13225.5229.980.98
HexC0C7DDDA0De21e51
Octal300307335151201534236121
Binary110000001100011111011101110110100110111100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C7DD; }

 p { color: rgb(192,199,221); }

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

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

 a { background-color: rgb(192,199,221); }

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

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

 span { border-color: rgb(192,199,221); }

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