#C0CAEC

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

Shades of Periwinkle #C0CAEC

Tints of Periwinkle #C0CAEC

Color information

#C0CAEC (or 0xC0CAEC) is unknown color: approx Periwinkle. HEX triplet: C0, CA and EC. RGB value is (192,202,236). Sum of RGB (Red+Green+Blue) = 192+202+236=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAEC is #3F3513. Grayscale: #CACACA. Windows color (decimal): -4142356 or 15518400. OLE color: 15518400.

HSL color Cylindrical-coordinate representation of color #C0CAEC: hue angle of 226.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CAEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192202236-
CMYK0.190.1400.07
HSL226.36º53.66%83.92%-
HSV(B)226.36º18.64%92.55%-
XYZ5859.587.79-
YUV202.89146.69120.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.48%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=30.48%
G=32.06%
B=37.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922022360.190.1400.07226.3653.6683.92
HexC0CAEC13E07e23654
Octal30031235423160734266124
Binary1100000011001010111011001001111100111111000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CAEC; }

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

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

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

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

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

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

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

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