#C2C8EF

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

Shades of Periwinkle #C2C8EF

Tints of Periwinkle #C2C8EF

Color information

#C2C8EF (or 0xC2C8EF) is unknown color: approx Periwinkle. HEX triplet: C2, C8 and EF. RGB value is (194,200,239). Sum of RGB (Red+Green+Blue) = 194+200+239=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C8EF is #3D3710. Grayscale: #CACACA. Windows color (decimal): -4011793 or 15714498. OLE color: 15714498.

HSL color Cylindrical-coordinate representation of color #C2C8EF: hue angle of 232º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2C8EF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194200239-
CMYK0.190.1600.06
HSL232º58.44%84.9%-
HSV(B)232º18.83%93.73%-
XYZ58.4859.0189.97-
YUV202.65148.51121.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.65%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=30.65%
G=31.60%
B=37.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942002390.190.1600.0623258.4484.9
HexC2C8EF131006e83a55
Octal30231035723200635072125
Binary11000010110010001110111110011100000110111010001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C8EF; }

 p { color: rgb(194,200,239); }

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

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

 a { background-color: rgb(194,200,239); }

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

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

 span { border-color: rgb(194,200,239); }

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