#C5D2EF

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

Shades of Periwinkle #C5D2EF

Tints of Periwinkle #C5D2EF

Color information

#C5D2EF (or 0xC5D2EF) is unknown color: approx Periwinkle. HEX triplet: C5, D2 and EF. RGB value is (197,210,239). Sum of RGB (Red+Green+Blue) = 197+210+239=646 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.50% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D2EF is #3A2D10. Grayscale: #D1D1D1. Windows color (decimal): -3812625 or 15717061. OLE color: 15717061.

HSL color Cylindrical-coordinate representation of color #C5D2EF: hue angle of 221.43º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5D2EF is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197210239-
CMYK0.180.1200.06
HSL221.43º56.76%85.49%-
HSV(B)221.43º17.57%93.73%-
XYZ61.6564.290.8-
YUV209.42144.69119.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.50%
GREEN value IS 210 (82.42% from 255) = 32.51%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=30.50%
G=32.51%
B=37.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972102390.180.1200.06221.4356.7685.49
HexC5D2EF12C06dd3955
Octal30532235722140633571125
Binary1100010111010010111011111001011000110110111011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D2EF; }

 p { color: rgb(197,210,239); }

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

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

 a { background-color: rgb(197,210,239); }

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

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

 span { border-color: rgb(197,210,239); }

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