#C3C8DB

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

Shades of Periwinkle #C3C8DB

Tints of Periwinkle #C3C8DB

Color information

#C3C8DB (or 0xC3C8DB) is unknown color: approx Periwinkle. HEX triplet: C3, C8 and DB. RGB value is (195,200,219). Sum of RGB (Red+Green+Blue) = 195+200+219=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C8DB is #3C3724. Grayscale: #C8C8C8. Windows color (decimal): -3946277 or 14403779. OLE color: 14403779.

HSL color Cylindrical-coordinate representation of color #C3C8DB: hue angle of 227.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3C8DB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195200219-
CMYK0.110.0900.14
HSL227.5º25%81.18%-
HSV(B)227.5º10.96%85.88%-
XYZ55.9558.0375.27-
YUV200.67138.34123.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.76%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=31.76%
G=32.57%
B=35.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952002190.110.0900.14227.52581.18
HexC3C8DBB90Ee41951
Octal303310333131101634431121
Binary110000111100100011011011101110010111011100100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C8DB; }

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

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

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

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

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

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

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

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