#C0D6F7

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

Shades of Periwinkle #C0D6F7

Tints of Periwinkle #C0D6F7

Color information

#C0D6F7 (or 0xC0D6F7) is unknown color: approx Periwinkle. HEX triplet: C0, D6 and F7. RGB value is (192,214,247). Sum of RGB (Red+Green+Blue) = 192+214+247=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0D6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D6F7 is #3F2908. Grayscale: #D3D3D3. Windows color (decimal): -4139273 or 16242368. OLE color: 16242368.

HSL color Cylindrical-coordinate representation of color #C0D6F7: hue angle of 216º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0D6F7 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB192214247-
CMYK0.220.1300.03
HSL216º77.46%86.08%-
HSV(B)216º22.27%96.86%-
XYZ62.5766.0297.44-
YUV211.18148.21114.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.40%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=29.40%
G=32.77%
B=37.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922142470.220.1300.0321677.4686.08
HexC0D6F716D03d84d56
Octal300326367261503330115126
Binary1100000011010110111101111011011010111101100010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D6F7; }

 p { color: rgb(192,214,247); }

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

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

 a { background-color: rgb(192,214,247); }

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

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

 span { border-color: rgb(192,214,247); }

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