#C5D0ED

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

Shades of Periwinkle #C5D0ED

Tints of Periwinkle #C5D0ED

Color information

#C5D0ED (or 0xC5D0ED) is unknown color: approx Periwinkle. HEX triplet: C5, D0 and ED. RGB value is (197,208,237). Sum of RGB (Red+Green+Blue) = 197+208+237=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D0ED is #3A2F12. Grayscale: #CFCFCF. Windows color (decimal): -3813139 or 15585477. OLE color: 15585477.

HSL color Cylindrical-coordinate representation of color #C5D0ED: hue angle of 223.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5D0ED is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197208237-
CMYK0.170.1200.07
HSL223.5º52.63%85.1%-
HSV(B)223.5º16.88%92.94%-
XYZ60.8763.189.09-
YUV208.02144.36120.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.69%
GREEN value IS 208 (81.64% from 255) = 32.40%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=30.69%
G=32.40%
B=36.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972082370.170.1200.07223.552.6385.1
HexC5D0ED11C07e03555
Octal30532035521140734065125
Binary1100010111010000111011011000111000111111000001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D0ED; }

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

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

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

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

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

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

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

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