#C3CFEA

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

Shades of Periwinkle #C3CFEA

Tints of Periwinkle #C3CFEA

Color information

#C3CFEA (or 0xC3CFEA) is unknown color: approx Periwinkle. HEX triplet: C3, CF and EA. RGB value is (195,207,234). Sum of RGB (Red+Green+Blue) = 195+207+234=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFEA is #3C3015. Grayscale: #CECECE. Windows color (decimal): -3944470 or 15388611. OLE color: 15388611.

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

Color convert

RGB195207234-
CMYK0.170.1200.08
HSL221.54º48.15%84.12%-
HSV(B)221.54º16.67%91.76%-
XYZ59.6762.1786.7-
YUV206.49143.52119.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.66%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=30.66%
G=32.55%
B=36.79%

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
Decimal1952072340.170.1200.08221.5448.1584.12
HexC3CFEA11C08de3054
Octal303317352211401033660124
Binary11000011110011111110101010001110001000110111101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFEA; }

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

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

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

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

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

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

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

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