#C3CDE1

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

Shades of Periwinkle #C3CDE1

Tints of Periwinkle #C3CDE1

Color information

#C3CDE1 (or 0xC3CDE1) is unknown color: approx Periwinkle. HEX triplet: C3, CD and E1. RGB value is (195,205,225). Sum of RGB (Red+Green+Blue) = 195+205+225=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #C3CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDE1 is #3C321E. Grayscale: #CCCCCC. Windows color (decimal): -3944991 or 14798275. OLE color: 14798275.

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

Color convert

RGB195205225-
CMYK0.130.0900.12
HSL220º33.33%82.35%-
HSV(B)220º13.33%88.24%-
XYZ57.9360.779.9-
YUV204.29139.69121.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.2%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 225 (88.28% from 255) = 36%
R=31.2%
G=32.8%
B=36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1952052250.130.0900.1222033.3382.35
HexC3CDE1D90Cdc2152
Octal303315341151101433441122
Binary1100001111001101111000011101100101100110111001000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDE1; }

 p { color: rgb(195,205,225); }

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

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

 a { background-color: rgb(195,205,225); }

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

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

 span { border-color: rgb(195,205,225); }

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