#C0CAE7

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

Shades of Periwinkle #C0CAE7

Tints of Periwinkle #C0CAE7

Color information

#C0CAE7 (or 0xC0CAE7) is unknown color: approx Periwinkle. HEX triplet: C0, CA and E7. RGB value is (192,202,231). Sum of RGB (Red+Green+Blue) = 192+202+231=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #C0CAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAE7 is #3F3518. Grayscale: #CACACA. Windows color (decimal): -4142361 or 15190720. OLE color: 15190720.

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

Color convert

RGB192202231-
CMYK0.170.1300.09
HSL224.62º44.83%82.94%-
HSV(B)224.62º16.88%90.59%-
XYZ57.2859.2284.01-
YUV202.32144.19120.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.72%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 231 (90.62% from 255) = 36.96%
R=30.72%
G=32.32%
B=36.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922022310.170.1300.09224.6244.8382.94
HexC0CAE711D09e12d53
Octal300312347211501134155123
Binary11000000110010101110011110001110101001111000011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CAE7; }

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

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

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

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

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

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

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

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