#C7CADB

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

Shades of Periwinkle #C7CADB

Tints of Periwinkle #C7CADB

Color information

#C7CADB (or 0xC7CADB) is unknown color: approx Periwinkle. HEX triplet: C7, CA and DB. RGB value is (199,202,219). Sum of RGB (Red+Green+Blue) = 199+202+219=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CADB is #383524. Grayscale: #CACACA. Windows color (decimal): -3683621 or 14404295. OLE color: 14404295.

HSL color Cylindrical-coordinate representation of color #C7CADB: hue angle of 231º 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 #C7CADB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199202219-
CMYK0.090.0800.14
HSL231º21.74%81.96%-
HSV(B)231º9.13%85.88%-
XYZ57.4659.575.47-
YUV203.04137.01125.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.10%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=32.10%
G=32.58%
B=35.32%

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
Decimal1992022190.090.0800.1423121.7481.96
HexC7CADB980Ee71652
Octal307312333111001634726122
Binary110001111100101011011011100110000111011100111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CADB; }

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

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

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

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

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

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

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

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