#C8CCED

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

Shades of Periwinkle #C8CCED

Tints of Periwinkle #C8CCED

Color information

#C8CCED (or 0xC8CCED) is unknown color: approx Periwinkle. HEX triplet: C8, CC and ED. RGB value is (200,204,237). Sum of RGB (Red+Green+Blue) = 200+204+237=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCED is #373312. Grayscale: #CECECE. Windows color (decimal): -3617555 or 15584456. OLE color: 15584456.

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

Color convert

RGB200204237-
CMYK0.160.1400.07
HSL233.51º50.68%85.69%-
HSV(B)233.51º15.61%92.94%-
XYZ60.761.5888.81-
YUV206.57145.17123.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=31.20%
G=31.83%
B=36.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002042370.160.1400.07233.5150.6885.69
HexC8CCED10E07ea3356
Octal31031435520160735263126
Binary1100100011001100111011011000011100111111010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCED; }

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

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

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

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

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

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

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

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