#C0C4ED

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

Shades of Periwinkle #C0C4ED

Tints of Periwinkle #C0C4ED

Color information

#C0C4ED (or 0xC0C4ED) is unknown color: approx Periwinkle. HEX triplet: C0, C4 and ED. RGB value is (192,196,237). Sum of RGB (Red+Green+Blue) = 192+196+237=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0C4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C4ED is #3F3B12. Grayscale: #C7C7C7. Windows color (decimal): -4143891 or 15582400. OLE color: 15582400.

HSL color Cylindrical-coordinate representation of color #C0C4ED: hue angle of 234.67º degrees, saturation: 0.56, 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 #C0C4ED is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192196237-
CMYK0.190.1700.07
HSL234.67º55.56%84.12%-
HSV(B)234.67º18.99%92.94%-
XYZ56.7656.888.09-
YUV199.48149.17122.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.72%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=30.72%
G=31.36%
B=37.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921962370.190.1700.07234.6755.5684.12
HexC0C4ED131107eb3854
Octal30030435523210735370124
Binary11000000110001001110110110011100010111111010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C4ED; }

 p { color: rgb(192,196,237); }

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

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

 a { background-color: rgb(192,196,237); }

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

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

 span { border-color: rgb(192,196,237); }

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