#C6CBE9

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

Shades of Periwinkle #C6CBE9

Tints of Periwinkle #C6CBE9

Color information

#C6CBE9 (or 0xC6CBE9) is unknown color: approx Periwinkle. HEX triplet: C6, CB and E9. RGB value is (198,203,233). Sum of RGB (Red+Green+Blue) = 198+203+233=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6CBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBE9 is #393416. Grayscale: #CCCCCC. Windows color (decimal): -3748887 or 15322054. OLE color: 15322054.

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

Color convert

RGB198203233-
CMYK0.150.1300.09
HSL231.43º44.3%84.51%-
HSV(B)231.43º15.02%91.37%-
XYZ59.3560.685.66-
YUV204.92143.84123.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.23%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=31.23%
G=32.02%
B=36.75%

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
Decimal1982032330.150.1300.09231.4344.384.51
HexC6CBE9FD09e72c55
Octal306313351171501134754125
Binary1100011011001011111010011111110101001111001111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBE9; }

 p { color: rgb(198,203,233); }

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

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

 a { background-color: rgb(198,203,233); }

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

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

 span { border-color: rgb(198,203,233); }

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