#C5CEEC

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

Shades of Periwinkle #C5CEEC

Tints of Periwinkle #C5CEEC

Color information

#C5CEEC (or 0xC5CEEC) is unknown color: approx Periwinkle. HEX triplet: C5, CE and EC. RGB value is (197,206,236). Sum of RGB (Red+Green+Blue) = 197+206+236=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEEC is #3A3113. Grayscale: #CECECE. Windows color (decimal): -3813652 or 15519429. OLE color: 15519429.

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

Color convert

RGB197206236-
CMYK0.170.1300.07
HSL226.15º50.65%84.9%-
HSV(B)226.15º16.53%92.55%-
XYZ60.2462.0788.16-
YUV206.73144.52121.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.83%
GREEN value IS 206 (80.86% from 255) = 32.24%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=30.83%
G=32.24%
B=36.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972062360.170.1300.07226.1550.6584.9
HexC5CEEC11D07e23355
Octal30531635421150734263125
Binary1100010111001110111011001000111010111111000101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEEC; }

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

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

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

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

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

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

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

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