#C5CDF1

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

Shades of Periwinkle #C5CDF1

Tints of Periwinkle #C5CDF1

Color information

#C5CDF1 (or 0xC5CDF1) is unknown color: approx Periwinkle. HEX triplet: C5, CD and F1. RGB value is (197,205,241). Sum of RGB (Red+Green+Blue) = 197+205+241=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDF1 is #3A320E. Grayscale: #CECECE. Windows color (decimal): -3813903 or 15846853. OLE color: 15846853.

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

Color convert

RGB197205241-
CMYK0.180.1500.05
HSL229.09º61.11%85.88%-
HSV(B)229.09º18.26%94.51%-
XYZ60.7361.8891.96-
YUV206.71147.35121.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.64%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=30.64%
G=31.88%
B=37.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972052410.180.1500.05229.0961.1185.88
HexC5CDF112F05e53d56
Octal30531536122170534575126
Binary1100010111001101111100011001011110101111001011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDF1; }

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

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

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

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

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

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

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

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