#C5CDEC

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

Shades of Periwinkle #C5CDEC

Tints of Periwinkle #C5CDEC

Color information

#C5CDEC (or 0xC5CDEC) is unknown color: approx Periwinkle. HEX triplet: C5, CD and EC. RGB value is (197,205,236). Sum of RGB (Red+Green+Blue) = 197+205+236=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDEC is #3A3213. Grayscale: #CECECE. Windows color (decimal): -3813908 or 15519173. OLE color: 15519173.

HSL color Cylindrical-coordinate representation of color #C5CDEC: hue angle of 227.69º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5CDEC is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197205236-
CMYK0.170.1300.07
HSL227.69º50.65%84.9%-
HSV(B)227.69º16.53%92.55%-
XYZ6061.5988.08-
YUV206.14144.85121.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.88%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=30.88%
G=32.13%
B=36.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972052360.170.1300.07227.6950.6584.9
HexC5CDEC11D07e43355
Octal30531535421150734463125
Binary1100010111001101111011001000111010111111001001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDEC; }

 p { color: rgb(197,205,236); }

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

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

 a { background-color: rgb(197,205,236); }

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

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

 span { border-color: rgb(197,205,236); }

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