#C4D1F9

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

Shades of Periwinkle #C4D1F9

Tints of Periwinkle #C4D1F9

Color information

#C4D1F9 (or 0xC4D1F9) is unknown color: approx Periwinkle. HEX triplet: C4, D1 and F9. RGB value is (196,209,249). Sum of RGB (Red+Green+Blue) = 196+209+249=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4D1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D1F9 is #3B2E06. Grayscale: #D1D1D1. Windows color (decimal): -3878407 or 16372164. OLE color: 16372164.

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

Color convert

RGB196209249-
CMYK0.210.1600.02
HSL225.28º81.54%87.25%-
HSV(B)225.28º21.29%97.65%-
XYZ62.6664.1898.71-
YUV209.67150.19118.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.97%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 249 (97.66% from 255) = 38.07%
R=29.97%
G=31.96%
B=38.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962092490.210.1600.02225.2881.5487.25
HexC4D1F9151002e15257
Octal304321371252002341122127
Binary11000100110100011111100110101100000101110000110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D1F9; }

 p { color: rgb(196,209,249); }

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

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

 a { background-color: rgb(196,209,249); }

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

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

 span { border-color: rgb(196,209,249); }

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