#C3D2FC

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

Shades of Periwinkle #C3D2FC

Tints of Periwinkle #C3D2FC

Color information

#C3D2FC (or 0xC3D2FC) is unknown color: approx Periwinkle. HEX triplet: C3, D2 and FC. RGB value is (195,210,252). Sum of RGB (Red+Green+Blue) = 195+210+252=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3D2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D2FC is #3C2D03. Grayscale: #D2D2D2. Windows color (decimal): -3943684 or 16569027. OLE color: 16569027.

HSL color Cylindrical-coordinate representation of color #C3D2FC: hue angle of 224.21º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3D2FC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195210252-
CMYK0.230.1700.01
HSL224.21º90.48%87.65%-
HSV(B)224.21º22.62%98.82%-
XYZ63.1264.72101.26-
YUV210.3151.53117.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.68%
GREEN value IS 210 (82.42% from 255) = 31.96%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=29.68%
G=31.96%
B=38.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952102520.230.1700.01224.2190.4887.65
HexC3D2FC171101e05a58
Octal303322374272101340132130
Binary1100001111010010111111001011110001011110000010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2FC; }

 p { color: rgb(195,210,252); }

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

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

 a { background-color: rgb(195,210,252); }

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

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

 span { border-color: rgb(195,210,252); }

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