#C3CEEA

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

Shades of Periwinkle #C3CEEA

Tints of Periwinkle #C3CEEA

Color information

#C3CEEA (or 0xC3CEEA) is unknown color: approx Periwinkle. HEX triplet: C3, CE and EA. RGB value is (195,206,234). Sum of RGB (Red+Green+Blue) = 195+206+234=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEEA is #3C3115. Grayscale: #CDCDCD. Windows color (decimal): -3944726 or 15388355. OLE color: 15388355.

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

Color convert

RGB195206234-
CMYK0.170.1200.08
HSL223.08º48.15%84.12%-
HSV(B)223.08º16.67%91.76%-
XYZ59.4361.6986.62-
YUV205.9143.86120.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.71%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=30.71%
G=32.44%
B=36.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952062340.170.1200.08223.0848.1584.12
HexC3CEEA11C08df3054
Octal303316352211401033760124
Binary11000011110011101110101010001110001000110111111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEEA; }

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

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

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

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

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

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

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

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