#C2CAEC

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

Shades of Periwinkle #C2CAEC

Tints of Periwinkle #C2CAEC

Color information

#C2CAEC (or 0xC2CAEC) is unknown color: approx Periwinkle. HEX triplet: C2, CA and EC. RGB value is (194,202,236). Sum of RGB (Red+Green+Blue) = 194+202+236=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAEC is #3D3513. Grayscale: #CBCBCB. Windows color (decimal): -4011284 or 15518402. OLE color: 15518402.

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

Color convert

RGB194202236-
CMYK0.180.1400.07
HSL228.57º52.5%84.31%-
HSV(B)228.57º17.8%92.55%-
XYZ58.5159.7787.81-
YUV203.48146.35121.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.70%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=30.70%
G=31.96%
B=37.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942022360.180.1400.07228.5752.584.31
HexC2CAEC12E07e53454
Octal30231235422160734564124
Binary1100001011001010111011001001011100111111001011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAEC; }

 p { color: rgb(194,202,236); }

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

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

 a { background-color: rgb(194,202,236); }

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

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

 span { border-color: rgb(194,202,236); }

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