#C5C8DB

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

Shades of Periwinkle #C5C8DB

Tints of Periwinkle #C5C8DB

Color information

#C5C8DB (or 0xC5C8DB) is unknown color: approx Periwinkle. HEX triplet: C5, C8 and DB. RGB value is (197,200,219). Sum of RGB (Red+Green+Blue) = 197+200+219=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8DB is #3A3724. Grayscale: #C9C9C9. Windows color (decimal): -3815205 or 14403781. OLE color: 14403781.

HSL color Cylindrical-coordinate representation of color #C5C8DB: hue angle of 231.82º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5C8DB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197200219-
CMYK0.100.0900.14
HSL231.82º23.4%81.57%-
HSV(B)231.82º10.05%85.88%-
XYZ56.4758.2975.29-
YUV201.27138.01124.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 200 (78.52% from 255) = 32.47%
BLUE value IS 219 (85.94% from 255) = 35.55%
R=31.98%
G=32.47%
B=35.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972002190.100.0900.14231.8223.481.57
HexC5C8DBA90Ee81752
Octal305310333121101635027122
Binary110001011100100011011011101010010111011101000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C8DB; }

 p { color: rgb(197,200,219); }

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

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

 a { background-color: rgb(197,200,219); }

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

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

 span { border-color: rgb(197,200,219); }

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