#C1CADE

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

Shades of Periwinkle #C1CADE

Tints of Periwinkle #C1CADE

Color information

#C1CADE (or 0xC1CADE) is unknown color: approx Periwinkle. HEX triplet: C1, CA and DE. RGB value is (193,202,222). Sum of RGB (Red+Green+Blue) = 193+202+222=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CADE is #3E3521. Grayscale: #C9C9C9. Windows color (decimal): -4076834 or 14600897. OLE color: 14600897.

HSL color Cylindrical-coordinate representation of color #C1CADE: hue angle of 221.38º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1CADE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193202222-
CMYK0.130.0900.13
HSL221.38º30.53%81.37%-
HSV(B)221.38º13.06%87.06%-
XYZ56.358.8577.5-
YUV201.59139.52121.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.28%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=31.28%
G=32.74%
B=35.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932022220.130.0900.13221.3830.5381.37
HexC1CADED90Ddd1f51
Octal301312336151101533537121
Binary110000011100101011011110110110010110111011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CADE; }

 p { color: rgb(193,202,222); }

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

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

 a { background-color: rgb(193,202,222); }

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

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

 span { border-color: rgb(193,202,222); }

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