#C0CBF1

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

Shades of Periwinkle #C0CBF1

Tints of Periwinkle #C0CBF1

Color information

#C0CBF1 (or 0xC0CBF1) is unknown color: approx Periwinkle. HEX triplet: C0, CB and F1. RGB value is (192,203,241). Sum of RGB (Red+Green+Blue) = 192+203+241=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0CBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBF1 is #3F340E. Grayscale: #CBCBCB. Windows color (decimal): -4142095 or 15846336. OLE color: 15846336.

HSL color Cylindrical-coordinate representation of color #C0CBF1: hue angle of 226.53º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0CBF1 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192203241-
CMYK0.200.1600.05
HSL226.53º63.64%84.9%-
HSV(B)226.53º20.33%94.51%-
XYZ58.9760.2791.74-
YUV204.04148.86119.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.19%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=30.19%
G=31.92%
B=37.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922032410.200.1600.05226.5363.6484.9
HexC0CBF1141005e34055
Octal300313361242005343100125
Binary110000001100101111110001101001000001011110001110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBF1; }

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

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

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

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

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

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

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

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