#C6CFED

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

Shades of Periwinkle #C6CFED

Tints of Periwinkle #C6CFED

Color information

#C6CFED (or 0xC6CFED) is unknown color: approx Periwinkle. HEX triplet: C6, CF and ED. RGB value is (198,207,237). Sum of RGB (Red+Green+Blue) = 198+207+237=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFED is #393012. Grayscale: #CFCFCF. Windows color (decimal): -3747859 or 15585222. OLE color: 15585222.

HSL color Cylindrical-coordinate representation of color #C6CFED: hue angle of 226.15º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6CFED is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198207237-
CMYK0.160.1300.07
HSL226.15º52%85.29%-
HSV(B)226.15º16.46%92.94%-
XYZ60.8962.7589.02-
YUV207.73144.52121.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.84%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=30.84%
G=32.24%
B=36.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982072370.160.1300.07226.155285.29
HexC6CFED10D07e23455
Octal30631735520150734264125
Binary1100011011001111111011011000011010111111000101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFED; }

 p { color: rgb(198,207,237); }

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

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

 a { background-color: rgb(198,207,237); }

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

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

 span { border-color: rgb(198,207,237); }

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