#C3CAEA

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

Shades of Periwinkle #C3CAEA

Tints of Periwinkle #C3CAEA

Color information

#C3CAEA (or 0xC3CAEA) is unknown color: approx Periwinkle. HEX triplet: C3, CA and EA. RGB value is (195,202,234). Sum of RGB (Red+Green+Blue) = 195+202+234=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAEA is #3C3515. Grayscale: #CBCBCB. Windows color (decimal): -3945750 or 15387331. OLE color: 15387331.

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

Color convert

RGB195202234-
CMYK0.170.1400.08
HSL229.23º48.15%84.12%-
HSV(B)229.23º16.67%91.76%-
XYZ58.4859.7886.3-
YUV203.56145.18121.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.90%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=30.90%
G=32.01%
B=37.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952022340.170.1400.08229.2348.1584.12
HexC3CAEA11E08e53054
Octal303312352211601034560124
Binary11000011110010101110101010001111001000111001011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CAEA; }

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

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

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

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

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

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

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

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