#C1CAED

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

Shades of Periwinkle #C1CAED

Tints of Periwinkle #C1CAED

Color information

#C1CAED (or 0xC1CAED) is unknown color: approx Periwinkle. HEX triplet: C1, CA and ED. RGB value is (193,202,237). Sum of RGB (Red+Green+Blue) = 193+202+237=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAED is #3E3512. Grayscale: #CBCBCB. Windows color (decimal): -4076819 or 15583937. OLE color: 15583937.

HSL color Cylindrical-coordinate representation of color #C1CAED: hue angle of 227.73º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CAED is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193202237-
CMYK0.190.1500.07
HSL227.73º55%84.31%-
HSV(B)227.73º18.57%92.94%-
XYZ58.459.6988.56-
YUV203.3147.02120.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.54%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=30.54%
G=31.96%
B=37.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932022370.190.1500.07227.735584.31
HexC1CAED13F07e43754
Octal30131235523170734467124
Binary1100000111001010111011011001111110111111001001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAED; }

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

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

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

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

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

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

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

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