#C3CFFA

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

Shades of Periwinkle #C3CFFA

Tints of Periwinkle #C3CFFA

Color information

#C3CFFA (or 0xC3CFFA) is unknown color: approx Periwinkle. HEX triplet: C3, CF and FA. RGB value is (195,207,250). Sum of RGB (Red+Green+Blue) = 195+207+250=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFFA is #3C3005. Grayscale: #D0D0D0. Windows color (decimal): -3944454 or 16437187. OLE color: 16437187.

HSL color Cylindrical-coordinate representation of color #C3CFFA: hue angle of 226.91º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3CFFA is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195207250-
CMYK0.220.1700.02
HSL226.91º84.62%87.25%-
HSV(B)226.91º22%98.04%-
XYZ62.0763.1399.36-
YUV208.31151.52118.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.91%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=29.91%
G=31.75%
B=38.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952072500.220.1700.02226.9184.6287.25
HexC3CFFA161102e35557
Octal303317372262102343125127
Binary11000011110011111111101010110100010101110001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFFA; }

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

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

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

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

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

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

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

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