#C7CADC

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

Shades of Periwinkle #C7CADC

Tints of Periwinkle #C7CADC

Color information

#C7CADC (or 0xC7CADC) is unknown color: approx Periwinkle. HEX triplet: C7, CA and DC. RGB value is (199,202,220). Sum of RGB (Red+Green+Blue) = 199+202+220=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CADC is #383523. Grayscale: #CBCBCB. Windows color (decimal): -3683620 or 14469831. OLE color: 14469831.

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

Color convert

RGB199202220-
CMYK0.100.0800.14
HSL231.43º23.08%82.16%-
HSV(B)231.43º9.55%86.27%-
XYZ57.5959.5576.17-
YUV203.16137.51125.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.05%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=32.05%
G=32.53%
B=35.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992022200.100.0800.14231.4323.0882.16
HexC7CADCA80Ee71752
Octal307312334121001634727122
Binary110001111100101011011100101010000111011100111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CADC; }

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

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

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

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

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

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

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

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