#C6CADC

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

Shades of Periwinkle #C6CADC

Tints of Periwinkle #C6CADC

Color information

#C6CADC (or 0xC6CADC) is unknown color: approx Periwinkle. HEX triplet: C6, CA and DC. RGB value is (198,202,220). Sum of RGB (Red+Green+Blue) = 198+202+220=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 202 (79.30% from 255 or 32.58% 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 #C6CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CADC is #393523. Grayscale: #CACACA. Windows color (decimal): -3749156 or 14469830. OLE color: 14469830.

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

Color convert

RGB198202220-
CMYK0.10.0800.14
HSL229.09º23.91%81.96%-
HSV(B)229.09º10%86.27%-
XYZ57.3359.4176.16-
YUV202.86137.67124.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.94%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=31.94%
G=32.58%
B=35.48%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982022200.10.0800.14229.0923.9181.96
HexC6CADCA80Ee51852
Octal306312334121001634530122
Binary110001101100101011011100101010000111011100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CADC; }

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

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

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

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

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

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

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

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