#C3D2F3

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

Shades of Periwinkle #C3D2F3

Tints of Periwinkle #C3D2F3

Color information

#C3D2F3 (or 0xC3D2F3) is unknown color: approx Periwinkle. HEX triplet: C3, D2 and F3. RGB value is (195,210,243). Sum of RGB (Red+Green+Blue) = 195+210+243=648 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.09% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3D2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D2F3 is #3C2D0C. Grayscale: #D1D1D1. Windows color (decimal): -3943693 or 15979203. OLE color: 15979203.

HSL color Cylindrical-coordinate representation of color #C3D2F3: hue angle of 221.25º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3D2F3 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195210243-
CMYK0.200.1400.05
HSL221.25º66.67%85.88%-
HSV(B)221.25º19.75%95.29%-
XYZ61.7364.1793.93-
YUV209.28147.03117.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.09%
GREEN value IS 210 (82.42% from 255) = 32.41%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=30.09%
G=32.41%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952102430.200.1400.05221.2566.6785.88
HexC3D2F314E05dd4356
Octal303322363241605335103126
Binary11000011110100101111001110100111001011101110110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2F3; }

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

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

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

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

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

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

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

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