#c6cae8

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

Shades of Periwinkle #C6CAE8

Tints of Periwinkle #C6CAE8

Color information

#C6CAE8 (or 0xC6CAE8) is unknown color: approx Periwinkle. HEX triplet: C6, CA and E8. RGB value is (198,202,232). Sum of RGB (Red+Green+Blue) = 198+202+232=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAE8 is #393517. Grayscale: #CCCCCC. Windows color (decimal): -3749144 or 15256262. OLE color: 15256262.

HSL color Cylindrical-coordinate representation of color #C6CAE8: hue angle of 232.94º degrees, saturation: 0.42, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6CAE8 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB198202232-
CMYK0.150.1300.09
HSL232.94º42.5%84.31%-
HSV(B)232.94º14.66%90.98%-
XYZ58.9760.0784.83-
YUV204.22143.67123.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.33%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 232 (91.02% from 255) = 36.71%
R=31.33%
G=31.96%
B=36.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1982022320.150.1300.09232.9442.584.31
HexC6CAE8FD09e92a54
Octal306312350171501135152124
Binary1100011011001010111010001111110101001111010011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6cae8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6cae8; }

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

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

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

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

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

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

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

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