#C5CADC

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

Shades of Periwinkle #C5CADC

Tints of Periwinkle #C5CADC

Color information

#C5CADC (or 0xC5CADC) is unknown color: approx Periwinkle. HEX triplet: C5, CA and DC. RGB value is (197,202,220). Sum of RGB (Red+Green+Blue) = 197+202+220=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CADC is #3A3523. Grayscale: #CACACA. Windows color (decimal): -3814692 or 14469829. OLE color: 14469829.

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

Color convert

RGB197202220-
CMYK0.100.0800.14
HSL226.96º24.73%81.76%-
HSV(B)226.96º10.45%86.27%-
XYZ57.0659.2876.14-
YUV202.56137.84124.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.83%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=31.83%
G=32.63%
B=35.54%

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
Decimal1972022200.100.0800.14226.9624.7381.76
HexC5CADCA80Ee31952
Octal305312334121001634331122
Binary110001011100101011011100101010000111011100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CADC; }

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

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

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

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

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

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

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

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