#C1D3FE

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

Shades of Periwinkle #C1D3FE

Tints of Periwinkle #C1D3FE

Color information

#C1D3FE (or 0xC1D3FE) is unknown color: approx Periwinkle. HEX triplet: C1, D3 and FE. RGB value is (193,211,254). Sum of RGB (Red+Green+Blue) = 193+211+254=658 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.33% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1D3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D3FE is #3E2C01. Grayscale: #D2D2D2. Windows color (decimal): -4074498 or 16700353. OLE color: 16700353.

HSL color Cylindrical-coordinate representation of color #C1D3FE: hue angle of 222.3º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1D3FE is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193211254-
CMYK0.240.1700.00
HSL222.3º96.83%87.65%-
HSV(B)222.3º24.02%99.61%-
XYZ63.1865.08103-
YUV210.52152.54115.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.33%
GREEN value IS 211 (82.81% from 255) = 32.07%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=29.33%
G=32.07%
B=38.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932112540.240.1700.00222.396.8387.65
HexC1D3FE181100de6158
Octal301323376302100336141130
Binary1100000111010011111111101100010001001101111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D3FE; }

 p { color: rgb(193,211,254); }

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

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

 a { background-color: rgb(193,211,254); }

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

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

 span { border-color: rgb(193,211,254); }

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