#C5D0F9

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

Shades of Periwinkle #C5D0F9

Tints of Periwinkle #C5D0F9

Color information

#C5D0F9 (or 0xC5D0F9) is unknown color: approx Periwinkle. HEX triplet: C5, D0 and F9. RGB value is (197,208,249). Sum of RGB (Red+Green+Blue) = 197+208+249=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5D0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D0F9 is #3A2F06. Grayscale: #D1D1D1. Windows color (decimal): -3813127 or 16371909. OLE color: 16371909.

HSL color Cylindrical-coordinate representation of color #C5D0F9: hue angle of 227.31º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5D0F9 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197208249-
CMYK0.210.1600.02
HSL227.31º81.25%87.45%-
HSV(B)227.31º20.88%97.65%-
XYZ62.6863.8298.64-
YUV209.38150.36119.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.12%
GREEN value IS 208 (81.64% from 255) = 31.80%
BLUE value IS 249 (97.66% from 255) = 38.07%
R=30.12%
G=31.80%
B=38.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972082490.210.1600.02227.3181.2587.45
HexC5D0F9151002e35157
Octal305320371252002343121127
Binary11000101110100001111100110101100000101110001110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D0F9; }

 p { color: rgb(197,208,249); }

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

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

 a { background-color: rgb(197,208,249); }

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

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

 span { border-color: rgb(197,208,249); }

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