#C6CEEB

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

Shades of Periwinkle #C6CEEB

Tints of Periwinkle #C6CEEB

Color information

#C6CEEB (or 0xC6CEEB) is unknown color: approx Periwinkle. HEX triplet: C6, CE and EB. RGB value is (198,206,235). Sum of RGB (Red+Green+Blue) = 198+206+235=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEEB is #393114. Grayscale: #CECECE. Windows color (decimal): -3748117 or 15453894. OLE color: 15453894.

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

Color convert

RGB198206235-
CMYK0.160.1200.08
HSL227.03º48.05%84.9%-
HSV(B)227.03º15.74%92.16%-
XYZ60.3662.1587.41-
YUV206.91143.85121.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.99%
GREEN value IS 206 (80.86% from 255) = 32.24%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=30.99%
G=32.24%
B=36.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982062350.160.1200.08227.0348.0584.9
HexC6CEEB10C08e33055
Octal306316353201401034360125
Binary11000110110011101110101110000110001000111000111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEEB; }

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

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

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

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

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

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

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

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