#C2C7DE

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

Shades of Periwinkle #C2C7DE

Tints of Periwinkle #C2C7DE

Color information

#C2C7DE (or 0xC2C7DE) is unknown color: approx Periwinkle. HEX triplet: C2, C7 and DE. RGB value is (194,199,222). Sum of RGB (Red+Green+Blue) = 194+199+222=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2C7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7DE is #3D3821. Grayscale: #C8C8C8. Windows color (decimal): -4012066 or 14600130. OLE color: 14600130.

HSL color Cylindrical-coordinate representation of color #C2C7DE: hue angle of 229.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2C7DE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194199222-
CMYK0.130.1000.13
HSL229.29º29.79%81.57%-
HSV(B)229.29º12.61%87.06%-
XYZ55.8657.5977.28-
YUV200.13140.34123.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=31.54%
G=32.36%
B=36.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941992220.130.1000.13229.2929.7981.57
HexC2C7DEDA0De51e52
Octal302307336151201534536122
Binary110000101100011111011110110110100110111100101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C7DE; }

 p { color: rgb(194,199,222); }

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

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

 a { background-color: rgb(194,199,222); }

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

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

 span { border-color: rgb(194,199,222); }

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