#C3CDF1

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

Shades of Periwinkle #C3CDF1

Tints of Periwinkle #C3CDF1

Color information

#C3CDF1 (or 0xC3CDF1) is unknown color: approx Periwinkle. HEX triplet: C3, CD and F1. RGB value is (195,205,241). Sum of RGB (Red+Green+Blue) = 195+205+241=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDF1 is #3C320E. Grayscale: #CDCDCD. Windows color (decimal): -3944975 or 15846851. OLE color: 15846851.

HSL color Cylindrical-coordinate representation of color #C3CDF1: hue angle of 226.96º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3CDF1 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195205241-
CMYK0.190.1500.05
HSL226.96º62.16%85.49%-
HSV(B)226.96º19.09%94.51%-
XYZ60.2161.6291.94-
YUV206.11147.69120.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.42%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=30.42%
G=31.98%
B=37.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952052410.190.1500.05226.9662.1685.49
HexC3CDF113F05e33e55
Octal30331536123170534376125
Binary1100001111001101111100011001111110101111000111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDF1; }

 p { color: rgb(195,205,241); }

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

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

 a { background-color: rgb(195,205,241); }

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

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

 span { border-color: rgb(195,205,241); }

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