#C7C9DC

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

Shades of Periwinkle #C7C9DC

Tints of Periwinkle #C7C9DC

Color information

#C7C9DC (or 0xC7C9DC) is unknown color: approx Periwinkle. HEX triplet: C7, C9 and DC. RGB value is (199,201,220). Sum of RGB (Red+Green+Blue) = 199+201+220=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C9DC is #383623. Grayscale: #CACACA. Windows color (decimal): -3683876 or 14469575. OLE color: 14469575.

HSL color Cylindrical-coordinate representation of color #C7C9DC: hue angle of 234.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7C9DC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199201220-
CMYK0.100.0900.14
HSL234.29º23.08%82.16%-
HSV(B)234.29º9.55%86.27%-
XYZ57.3659.0876.09-
YUV202.57137.84125.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.10%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=32.10%
G=32.42%
B=35.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992012200.100.0900.14234.2923.0882.16
HexC7C9DCA90Eea1752
Octal307311334121101635227122
Binary110001111100100111011100101010010111011101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C9DC; }

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

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

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

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

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

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

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

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