#C5CCEC

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

Shades of Periwinkle #C5CCEC

Tints of Periwinkle #C5CCEC

Color information

#C5CCEC (or 0xC5CCEC) is unknown color: approx Periwinkle. HEX triplet: C5, CC and EC. RGB value is (197,204,236). Sum of RGB (Red+Green+Blue) = 197+204+236=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCEC is #3A3313. Grayscale: #CDCDCD. Windows color (decimal): -3814164 or 15518917. OLE color: 15518917.

HSL color Cylindrical-coordinate representation of color #C5CCEC: hue angle of 229.23º 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 #C5CCEC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197204236-
CMYK0.170.1400.07
HSL229.23º50.65%84.9%-
HSV(B)229.23º16.53%92.55%-
XYZ59.7661.1188-
YUV205.55145.18121.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.93%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=30.93%
G=32.03%
B=37.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972042360.170.1400.07229.2350.6584.9
HexC5CCEC11E07e53355
Octal30531435421160734563125
Binary1100010111001100111011001000111100111111001011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCEC; }

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

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

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

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

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

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

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

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