#c4d0f9

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

Shades of Periwinkle #C4D0F9

Tints of Periwinkle #C4D0F9

Color information

#C4D0F9 (or 0xC4D0F9) is unknown color: approx Periwinkle. HEX triplet: C4, D0 and F9. RGB value is (196,208,249). Sum of RGB (Red+Green+Blue) = 196+208+249=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4D0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D0F9 is #3B2F06. Grayscale: #D0D0D0. Windows color (decimal): -3878663 or 16371908. OLE color: 16371908.

HSL color Cylindrical-coordinate representation of color #C4D0F9: hue angle of 226.42º 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 #C4D0F9 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196208249-
CMYK0.210.1600.02
HSL226.42º81.54%87.25%-
HSV(B)226.42º21.29%97.65%-
XYZ62.4263.6998.63-
YUV209.09150.52118.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.02%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 249 (97.66% from 255) = 38.13%
R=30.02%
G=31.85%
B=38.13%

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
Decimal1962082490.210.1600.02226.4281.5487.25
HexC4D0F9151002e25257
Octal304320371252002342122127
Binary11000100110100001111100110101100000101110001010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4d0f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4d0f9; }

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

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

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

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

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

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

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

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