#C5CCE1

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

Shades of Periwinkle #C5CCE1

Tints of Periwinkle #C5CCE1

Color information

#C5CCE1 (or 0xC5CCE1) is unknown color: approx Periwinkle. HEX triplet: C5, CC and E1. RGB value is (197,204,225). Sum of RGB (Red+Green+Blue) = 197+204+225=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCE1 is #3A331E. Grayscale: #CCCCCC. Windows color (decimal): -3814175 or 14798021. OLE color: 14798021.

HSL color Cylindrical-coordinate representation of color #C5CCE1: hue angle of 225º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5CCE1 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197204225-
CMYK0.120.0900.12
HSL225º31.82%82.75%-
HSV(B)225º12.44%88.24%-
XYZ58.2160.4979.84-
YUV204.3139.68122.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.47%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=31.47%
G=32.59%
B=35.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1972042250.120.0900.1222531.8282.75
HexC5CCE1C90Ce12053
Octal305314341141101434140123
Binary1100010111001100111000011100100101100111000011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCE1; }

 p { color: rgb(197,204,225); }

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

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

 a { background-color: rgb(197,204,225); }

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

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

 span { border-color: rgb(197,204,225); }

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