#C0CBE0

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

Shades of Periwinkle #C0CBE0

Tints of Periwinkle #C0CBE0

Color information

#C0CBE0 (or 0xC0CBE0) is unknown color: approx Periwinkle. HEX triplet: C0, CB and E0. RGB value is (192,203,224). Sum of RGB (Red+Green+Blue) = 192+203+224=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBE0 is #3F341F. Grayscale: #CACACA. Windows color (decimal): -4142112 or 14732224. OLE color: 14732224.

HSL color Cylindrical-coordinate representation of color #C0CBE0: hue angle of 219.38º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CBE0 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192203224-
CMYK0.140.0900.12
HSL219.38º34.04%81.57%-
HSV(B)219.38º14.29%87.84%-
XYZ56.5559.378.99-
YUV202.1140.36120.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=31.02%
G=32.79%
B=36.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922032240.140.0900.12219.3834.0481.57
HexC0CBE0E90Cdb2252
Octal300313340161101433342122
Binary1100000011001011111000001110100101100110110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBE0; }

 p { color: rgb(192,203,224); }

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

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

 a { background-color: rgb(192,203,224); }

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

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

 span { border-color: rgb(192,203,224); }

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