#C0C7EF

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

Shades of Periwinkle #C0C7EF

Tints of Periwinkle #C0C7EF

Color information

#C0C7EF (or 0xC0C7EF) is unknown color: approx Periwinkle. HEX triplet: C0, C7 and EF. RGB value is (192,199,239). Sum of RGB (Red+Green+Blue) = 192+199+239=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C7EF is #3F3810. Grayscale: #C9C9C9. Windows color (decimal): -4143121 or 15714240. OLE color: 15714240.

HSL color Cylindrical-coordinate representation of color #C0C7EF: hue angle of 231.06º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0C7EF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192199239-
CMYK0.200.1700.06
HSL231.06º59.49%84.51%-
HSV(B)231.06º19.67%93.73%-
XYZ57.7458.2989.87-
YUV201.47149.18121.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.48%
GREEN value IS 199 (78.12% from 255) = 31.59%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=30.48%
G=31.59%
B=37.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921992390.200.1700.06231.0659.4984.51
HexC0C7EF141106e73b55
Octal30030735724210634773125
Binary11000000110001111110111110100100010110111001111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C7EF; }

 p { color: rgb(192,199,239); }

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

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

 a { background-color: rgb(192,199,239); }

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

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

 span { border-color: rgb(192,199,239); }

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