#C0C8EB

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

Shades of Periwinkle #C0C8EB

Tints of Periwinkle #C0C8EB

Color information

#C0C8EB (or 0xC0C8EB) is unknown color: approx Periwinkle. HEX triplet: C0, C8 and EB. RGB value is (192,200,235). Sum of RGB (Red+Green+Blue) = 192+200+235=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C8EB is #3F3714. Grayscale: #C9C9C9. Windows color (decimal): -4142869 or 15452352. OLE color: 15452352.

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

Color convert

RGB192200235-
CMYK0.180.1500.08
HSL228.84º51.81%83.73%-
HSV(B)228.84º18.3%92.16%-
XYZ57.3958.5186.87-
YUV201.6146.85121.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.62%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=30.62%
G=31.90%
B=37.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922002350.180.1500.08228.8451.8183.73
HexC0C8EB12F08e53454
Octal300310353221701034564124
Binary11000000110010001110101110010111101000111001011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C8EB; }

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

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

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

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

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

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

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

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