#C0CAE1

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

Shades of Periwinkle #C0CAE1

Tints of Periwinkle #C0CAE1

Color information

#C0CAE1 (or 0xC0CAE1) is unknown color: approx Periwinkle. HEX triplet: C0, CA and E1. RGB value is (192,202,225). Sum of RGB (Red+Green+Blue) = 192+202+225=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAE1 is #3F351E. Grayscale: #C9C9C9. Windows color (decimal): -4142367 or 14797504. OLE color: 14797504.

HSL color Cylindrical-coordinate representation of color #C0CAE1: hue angle of 221.82º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CAE1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192202225-
CMYK0.150.1000.12
HSL221.82º35.48%81.76%-
HSV(B)221.82º14.67%88.24%-
XYZ56.4558.8879.62-
YUV201.63141.19121.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=31.02%
G=32.63%
B=36.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922022250.150.1000.12221.8235.4881.76
HexC0CAE1FA0Cde2352
Octal300312341171201433643122
Binary1100000011001010111000011111101001100110111101000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CAE1; }

 p { color: rgb(192,202,225); }

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

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

 a { background-color: rgb(192,202,225); }

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

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

 span { border-color: rgb(192,202,225); }

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