#C3D3F8

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

Shades of Periwinkle #C3D3F8

Tints of Periwinkle #C3D3F8

Color information

#C3D3F8 (or 0xC3D3F8) is unknown color: approx Periwinkle. HEX triplet: C3, D3 and F8. RGB value is (195,211,248). Sum of RGB (Red+Green+Blue) = 195+211+248=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #C3D3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D3F8 is #3C2C07. Grayscale: #D2D2D2. Windows color (decimal): -3943432 or 16307139. OLE color: 16307139.

HSL color Cylindrical-coordinate representation of color #C3D3F8: hue angle of 221.89º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3D3F8 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB195211248-
CMYK0.210.1500.03
HSL221.89º79.1%86.86%-
HSV(B)221.89º21.37%97.25%-
XYZ62.7464.9798.04-
YUV210.43149.2116.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.82%
GREEN value IS 211 (82.81% from 255) = 32.26%
BLUE value IS 248 (97.27% from 255) = 37.92%
R=29.82%
G=32.26%
B=37.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1952112480.210.1500.03221.8979.186.86
HexC3D3F815F03de4f57
Octal303323370251703336117127
Binary1100001111010011111110001010111110111101111010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D3F8; }

 p { color: rgb(195,211,248); }

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

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

 a { background-color: rgb(195,211,248); }

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

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

 span { border-color: rgb(195,211,248); }

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