#C4CAEA

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

Shades of Periwinkle #C4CAEA

Tints of Periwinkle #C4CAEA

Color information

#C4CAEA (or 0xC4CAEA) is unknown color: approx Periwinkle. HEX triplet: C4, CA and EA. RGB value is (196,202,234). Sum of RGB (Red+Green+Blue) = 196+202+234=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAEA is #3B3515. Grayscale: #CBCBCB. Windows color (decimal): -3880214 or 15387332. OLE color: 15387332.

HSL color Cylindrical-coordinate representation of color #C4CAEA: hue angle of 230.53º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4CAEA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196202234-
CMYK0.160.1400.08
HSL230.53º47.5%84.31%-
HSV(B)230.53º16.24%91.76%-
XYZ58.7459.9286.31-
YUV203.85145.01122.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.01%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=31.01%
G=31.96%
B=37.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962022340.160.1400.08230.5347.584.31
HexC4CAEA10E08e72f54
Octal304312352201601034757124
Binary11000100110010101110101010000111001000111001111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAEA; }

 p { color: rgb(196,202,234); }

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

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

 a { background-color: rgb(196,202,234); }

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

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

 span { border-color: rgb(196,202,234); }

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