#C5CADD

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

Shades of Periwinkle #C5CADD

Tints of Periwinkle #C5CADD

Color information

#C5CADD (or 0xC5CADD) is unknown color: approx Periwinkle. HEX triplet: C5, CA and DD. RGB value is (197,202,221). Sum of RGB (Red+Green+Blue) = 197+202+221=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CADD is #3A3522. Grayscale: #CACACA. Windows color (decimal): -3814691 or 14535365. OLE color: 14535365.

HSL color Cylindrical-coordinate representation of color #C5CADD: hue angle of 227.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CADD is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197202221-
CMYK0.110.0900.13
HSL227.5º26.09%81.96%-
HSV(B)227.5º10.86%86.67%-
XYZ57.259.3376.84-
YUV202.67138.34123.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=31.77%
G=32.58%
B=35.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972022210.110.0900.13227.526.0981.96
HexC5CADDB90De41a52
Octal305312335131101534432122
Binary110001011100101011011101101110010110111100100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CADD; }

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

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

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

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

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

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

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

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