#C0CAEB

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

Shades of Periwinkle #C0CAEB

Tints of Periwinkle #C0CAEB

Color information

#C0CAEB (or 0xC0CAEB) is unknown color: approx Periwinkle. HEX triplet: C0, CA and EB. RGB value is (192,202,235). Sum of RGB (Red+Green+Blue) = 192+202+235=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAEB is #3F3514. Grayscale: #CACACA. Windows color (decimal): -4142357 or 15452864. OLE color: 15452864.

HSL color Cylindrical-coordinate representation of color #C0CAEB: hue angle of 226.05º degrees, saturation: 0.52, 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 #C0CAEB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192202235-
CMYK0.180.1400.08
HSL226.05º51.81%83.73%-
HSV(B)226.05º18.3%92.16%-
XYZ57.8559.4587.02-
YUV202.77146.19120.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.52%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=30.52%
G=32.11%
B=37.36%

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
Decimal1922022350.180.1400.08226.0551.8183.73
HexC0CAEB12E08e23454
Octal300312353221601034264124
Binary11000000110010101110101110010111001000111000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CAEB; }

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

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

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

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

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

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

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

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