#C5CAEA

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

Shades of Periwinkle #C5CAEA

Tints of Periwinkle #C5CAEA

Color information

#C5CAEA (or 0xC5CAEA) is unknown color: approx Periwinkle. HEX triplet: C5, CA and EA. RGB value is (197,202,234). Sum of RGB (Red+Green+Blue) = 197+202+234=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAEA is #3A3515. Grayscale: #CCCCCC. Windows color (decimal): -3814678 or 15387333. OLE color: 15387333.

HSL color Cylindrical-coordinate representation of color #C5CAEA: hue angle of 231.89º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CAEA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197202234-
CMYK0.160.1400.08
HSL231.89º46.84%84.51%-
HSV(B)231.89º15.81%91.76%-
XYZ5960.0586.32-
YUV204.15144.84122.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.12%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=31.12%
G=31.91%
B=36.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972022340.160.1400.08231.8946.8484.51
HexC5CAEA10E08e82f55
Octal305312352201601035057125
Binary11000101110010101110101010000111001000111010001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAEA; }

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

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

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

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

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

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

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

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