#C5CDDF

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

Shades of Periwinkle #C5CDDF

Tints of Periwinkle #C5CDDF

Color information

#C5CDDF (or 0xC5CDDF) is unknown color: approx Periwinkle. HEX triplet: C5, CD and DF. RGB value is (197,205,223). Sum of RGB (Red+Green+Blue) = 197+205+223=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDDF is #3A3220. Grayscale: #CCCCCC. Windows color (decimal): -3813921 or 14667205. OLE color: 14667205.

HSL color Cylindrical-coordinate representation of color #C5CDDF: hue angle of 221.54º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5CDDF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197205223-
CMYK0.120.0800.13
HSL221.54º28.89%82.35%-
HSV(B)221.54º11.66%87.45%-
XYZ58.1860.8678.49-
YUV204.66138.35122.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=31.52%
G=32.8%
B=35.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972052230.120.0800.13221.5428.8982.35
HexC5CDDFC80Dde1d52
Octal305315337141001533635122
Binary110001011100110111011111110010000110111011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDDF; }

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

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

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

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

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

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

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

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