#C8CCEC

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

Shades of Periwinkle #C8CCEC

Tints of Periwinkle #C8CCEC

Color information

#C8CCEC (or 0xC8CCEC) is unknown color: approx Periwinkle. HEX triplet: C8, CC and EC. RGB value is (200,204,236). Sum of RGB (Red+Green+Blue) = 200+204+236=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 204 (80.08% from 255 or 31.88% 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 #C8CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCEC is #373313. Grayscale: #CECECE. Windows color (decimal): -3617556 or 15518920. OLE color: 15518920.

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

Color convert

RGB200204236-
CMYK0.150.1400.07
HSL233.33º48.65%85.49%-
HSV(B)233.33º15.25%92.55%-
XYZ60.5561.5288.04-
YUV206.45144.67123.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=31.25%
G=31.88%
B=36.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002042360.150.1400.07233.3348.6585.49
HexC8CCECFE07e93155
Octal31031435417160735161125
Binary110010001100110011101100111111100111111010011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCEC; }

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

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

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

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

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

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

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

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