#C3CCEA

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

Shades of Periwinkle #C3CCEA

Tints of Periwinkle #C3CCEA

Color information

#C3CCEA (or 0xC3CCEA) is unknown color: approx Periwinkle. HEX triplet: C3, CC and EA. RGB value is (195,204,234). Sum of RGB (Red+Green+Blue) = 195+204+234=633 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.81% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CCEA is #3C3315. Grayscale: #CCCCCC. Windows color (decimal): -3945238 or 15387843. OLE color: 15387843.

HSL color Cylindrical-coordinate representation of color #C3CCEA: hue angle of 226.15º 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 #C3CCEA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195204234-
CMYK0.170.1300.08
HSL226.15º48.15%84.12%-
HSV(B)226.15º16.67%91.76%-
XYZ58.9560.7386.46-
YUV204.73144.52121.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.81%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=30.81%
G=32.23%
B=36.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952042340.170.1300.08226.1548.1584.12
HexC3CCEA11D08e23054
Octal303314352211501034260124
Binary11000011110011001110101010001110101000111000101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCEA; }

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

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

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

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

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

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

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

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