#C7C9DB

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

Shades of Periwinkle #C7C9DB

Tints of Periwinkle #C7C9DB

Color information

#C7C9DB (or 0xC7C9DB) is unknown color: approx Periwinkle. HEX triplet: C7, C9 and DB. RGB value is (199,201,219). Sum of RGB (Red+Green+Blue) = 199+201+219=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C9DB is #383624. Grayscale: #CACACA. Windows color (decimal): -3683877 or 14404039. OLE color: 14404039.

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

Color convert

RGB199201219-
CMYK0.090.0800.14
HSL234º21.74%81.96%-
HSV(B)234º9.13%85.88%-
XYZ57.2359.0375.4-
YUV202.45137.34125.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.15%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=32.15%
G=32.47%
B=35.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992012190.090.0800.1423421.7481.96
HexC7C9DB980Eea1652
Octal307311333111001635226122
Binary110001111100100111011011100110000111011101010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C9DB; }

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

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

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

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

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

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

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

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