#C0CAEA

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

Shades of Periwinkle #C0CAEA

Tints of Periwinkle #C0CAEA

Color information

#C0CAEA (or 0xC0CAEA) is unknown color: approx Periwinkle. HEX triplet: C0, CA and EA. RGB value is (192,202,234). Sum of RGB (Red+Green+Blue) = 192+202+234=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAEA is #3F3515. Grayscale: #CACACA. Windows color (decimal): -4142358 or 15387328. OLE color: 15387328.

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

Color convert

RGB192202234-
CMYK0.180.1400.08
HSL225.71º50%83.53%-
HSV(B)225.71º17.95%91.76%-
XYZ57.7159.3986.26-
YUV202.66145.69120.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.57%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=30.57%
G=32.17%
B=37.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922022340.180.1400.08225.715083.53
HexC0CAEA12E08e23254
Octal300312352221601034262124
Binary11000000110010101110101010010111001000111000101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CAEA; }

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

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

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

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

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

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

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

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