#C5CAE8

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

Shades of Periwinkle #C5CAE8

Tints of Periwinkle #C5CAE8

Color information

#C5CAE8 (or 0xC5CAE8) is unknown color: approx Periwinkle. HEX triplet: C5, CA and E8. RGB value is (197,202,232). Sum of RGB (Red+Green+Blue) = 197+202+232=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #C5CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAE8 is #3A3517. Grayscale: #CBCBCB. Windows color (decimal): -3814680 or 15256261. OLE color: 15256261.

HSL color Cylindrical-coordinate representation of color #C5CAE8: hue angle of 231.43º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5CAE8 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197202232-
CMYK0.150.1300.09
HSL231.43º43.21%84.12%-
HSV(B)231.43º15.09%90.98%-
XYZ58.7159.9484.82-
YUV203.92143.84123.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.22%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=31.22%
G=32.01%
B=36.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1972022320.150.1300.09231.4343.2184.12
HexC5CAE8FD09e72b54
Octal305312350171501134753124
Binary1100010111001010111010001111110101001111001111010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAE8; }

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

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

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

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

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

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

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

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