#C6CAEA

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

Shades of Periwinkle #C6CAEA

Tints of Periwinkle #C6CAEA

Color information

#C6CAEA (or 0xC6CAEA) is unknown color: approx Periwinkle. HEX triplet: C6, CA and EA. RGB value is (198,202,234). Sum of RGB (Red+Green+Blue) = 198+202+234=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAEA is #393515. Grayscale: #CCCCCC. Windows color (decimal): -3749142 or 15387334. OLE color: 15387334.

HSL color Cylindrical-coordinate representation of color #C6CAEA: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6CAEA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198202234-
CMYK0.150.1400.08
HSL233.33º46.15%84.71%-
HSV(B)233.33º15.38%91.76%-
XYZ59.2660.1986.34-
YUV204.45144.67123.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.23%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=31.23%
G=31.86%
B=36.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982022340.150.1400.08233.3346.1584.71
HexC6CAEAFE08e92e55
Octal306312352171601035156125
Binary1100011011001010111010101111111001000111010011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAEA; }

 p { color: rgb(198,202,234); }

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

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

 a { background-color: rgb(198,202,234); }

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

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

 span { border-color: rgb(198,202,234); }

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