#C2C7DC

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

Shades of Periwinkle #C2C7DC

Tints of Periwinkle #C2C7DC

Color information

#C2C7DC (or 0xC2C7DC) is unknown color: approx Periwinkle. HEX triplet: C2, C7 and DC. RGB value is (194,199,220). Sum of RGB (Red+Green+Blue) = 194+199+220=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7DC is #3D3823. Grayscale: #C7C7C7. Windows color (decimal): -4012068 or 14469058. OLE color: 14469058.

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

Color convert

RGB194199220-
CMYK0.120.1000.14
HSL228.46º27.08%81.18%-
HSV(B)228.46º11.82%86.27%-
XYZ55.5957.4875.88-
YUV199.9139.34123.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.65%
GREEN value IS 199 (78.12% from 255) = 32.46%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=31.65%
G=32.46%
B=35.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941992200.120.1000.14228.4627.0881.18
HexC2C7DCCA0Ee41b51
Octal302307334141201634433121
Binary110000101100011111011100110010100111011100100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C7DC; }

 p { color: rgb(194,199,220); }

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

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

 a { background-color: rgb(194,199,220); }

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

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

 span { border-color: rgb(194,199,220); }

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