#C0CFEC

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

Shades of Periwinkle #C0CFEC

Tints of Periwinkle #C0CFEC

Color information

#C0CFEC (or 0xC0CFEC) is unknown color: approx Periwinkle. HEX triplet: C0, CF and EC. RGB value is (192,207,236). Sum of RGB (Red+Green+Blue) = 192+207+236=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFEC is #3F3013. Grayscale: #CDCDCD. Windows color (decimal): -4141076 or 15519680. OLE color: 15519680.

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

Color convert

RGB192207236-
CMYK0.190.1200.07
HSL219.55º53.66%83.92%-
HSV(B)219.55º18.64%92.55%-
XYZ59.1961.8988.18-
YUV205.82145.03118.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.24%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=30.24%
G=32.60%
B=37.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922072360.190.1200.07219.5553.6683.92
HexC0CFEC13C07dc3654
Octal30031735423140733466124
Binary1100000011001111111011001001111000111110111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CFEC; }

 p { color: rgb(192,207,236); }

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

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

 a { background-color: rgb(192,207,236); }

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

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

 span { border-color: rgb(192,207,236); }

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