#C2C5DF

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

Shades of Periwinkle #C2C5DF

Tints of Periwinkle #C2C5DF

Color information

#C2C5DF (or 0xC2C5DF) is unknown color: approx Periwinkle. HEX triplet: C2, C5 and DF. RGB value is (194,197,223). Sum of RGB (Red+Green+Blue) = 194+197+223=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2C5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5DF is #3D3A20. Grayscale: #C6C6C6. Windows color (decimal): -4012577 or 14665154. OLE color: 14665154.

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

Color convert

RGB194197223-
CMYK0.130.1200.13
HSL233.79º31.18%81.76%-
HSV(B)233.79º13%87.45%-
XYZ55.5356.7377.83-
YUV199.07141.51124.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 197 (77.34% from 255) = 32.08%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=31.60%
G=32.08%
B=36.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941972230.130.1200.13233.7931.1881.76
HexC2C5DFDC0Dea1f52
Octal302305337151401535237122
Binary110000101100010111011111110111000110111101010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C5DF; }

 p { color: rgb(194,197,223); }

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

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

 a { background-color: rgb(194,197,223); }

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

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

 span { border-color: rgb(194,197,223); }

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