#C6CEEC

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

Shades of Periwinkle #C6CEEC

Tints of Periwinkle #C6CEEC

Color information

#C6CEEC (or 0xC6CEEC) is unknown color: approx Periwinkle. HEX triplet: C6, CE and EC. RGB value is (198,206,236). Sum of RGB (Red+Green+Blue) = 198+206+236=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEEC is #393113. Grayscale: #CECECE. Windows color (decimal): -3748116 or 15519430. OLE color: 15519430.

HSL color Cylindrical-coordinate representation of color #C6CEEC: hue angle of 227.37º degrees, saturation: 0.5, 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 #C6CEEC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198206236-
CMYK0.160.1300.07
HSL227.37º50%85.1%-
HSV(B)227.37º16.1%92.55%-
XYZ60.562.288.17-
YUV207.03144.35121.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.94%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=30.94%
G=32.19%
B=36.88%

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
Decimal1982062360.160.1300.07227.375085.1
HexC6CEEC10D07e33255
Octal30631635420150734362125
Binary1100011011001110111011001000011010111111000111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEEC; }

 p { color: rgb(198,206,236); }

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

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

 a { background-color: rgb(198,206,236); }

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

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

 span { border-color: rgb(198,206,236); }

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