#C5CDEA

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

Shades of Periwinkle #C5CDEA

Tints of Periwinkle #C5CDEA

Color information

#C5CDEA (or 0xC5CDEA) is unknown color: approx Periwinkle. HEX triplet: C5, CD and EA. RGB value is (197,205,234). Sum of RGB (Red+Green+Blue) = 197+205+234=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDEA is #3A3215. Grayscale: #CDCDCD. Windows color (decimal): -3813910 or 15388101. OLE color: 15388101.

HSL color Cylindrical-coordinate representation of color #C5CDEA: hue angle of 227.03º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CDEA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197205234-
CMYK0.160.1200.08
HSL227.03º46.84%84.51%-
HSV(B)227.03º15.81%91.76%-
XYZ59.7161.4786.56-
YUV205.91143.85121.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.97%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=30.97%
G=32.23%
B=36.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972052340.160.1200.08227.0346.8484.51
HexC5CDEA10C08e32f55
Octal305315352201401034357125
Binary11000101110011011110101010000110001000111000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDEA; }

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

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

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

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

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

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

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

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