#C3C8DC

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

Shades of Periwinkle #C3C8DC

Tints of Periwinkle #C3C8DC

Color information

#C3C8DC (or 0xC3C8DC) is unknown color: approx Periwinkle. HEX triplet: C3, C8 and DC. RGB value is (195,200,220). Sum of RGB (Red+Green+Blue) = 195+200+220=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C8DC is #3C3723. Grayscale: #C8C8C8. Windows color (decimal): -3946276 or 14469315. OLE color: 14469315.

HSL color Cylindrical-coordinate representation of color #C3C8DC: hue angle of 228º degrees, saturation: 0.26, 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 #C3C8DC is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195200220-
CMYK0.110.0900.14
HSL228º26.32%81.37%-
HSV(B)228º11.36%86.27%-
XYZ56.0858.0875.96-
YUV200.78138.84123.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.71%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=31.71%
G=32.52%
B=35.77%

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
Decimal1952002200.110.0900.1422826.3281.37
HexC3C8DCB90Ee41a51
Octal303310334131101634432121
Binary110000111100100011011100101110010111011100100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C8DC; }

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

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

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

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

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

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

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

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