#C7CADA

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

Shades of Periwinkle #C7CADA

Tints of Periwinkle #C7CADA

Color information

#C7CADA (or 0xC7CADA) is unknown color: approx Periwinkle. HEX triplet: C7, CA and DA. RGB value is (199,202,218). Sum of RGB (Red+Green+Blue) = 199+202+218=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CADA is #383525. Grayscale: #CACACA. Windows color (decimal): -3683622 or 14338759. OLE color: 14338759.

HSL color Cylindrical-coordinate representation of color #C7CADA: hue angle of 230.53º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7CADA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199202218-
CMYK0.090.0700.15
HSL230.53º20.43%81.76%-
HSV(B)230.53º8.72%85.49%-
XYZ57.3359.4574.78-
YUV202.93136.51125.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.15%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=32.15%
G=32.63%
B=35.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992022180.090.0700.15230.5320.4381.76
HexC7CADA970Fe71452
Octal30731233211701734724122
Binary11000111110010101101101010011110111111100111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CADA; }

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

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

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

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

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

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

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

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