#C0D6FA

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

Shades of Periwinkle #C0D6FA

Tints of Periwinkle #C0D6FA

Color information

#C0D6FA (or 0xC0D6FA) is unknown color: approx Periwinkle. HEX triplet: C0, D6 and FA. RGB value is (192,214,250). Sum of RGB (Red+Green+Blue) = 192+214+250=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0D6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D6FA is #3F2905. Grayscale: #D3D3D3. Windows color (decimal): -4139270 or 16438976. OLE color: 16438976.

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

Color convert

RGB192214250-
CMYK0.230.1400.02
HSL217.24º85.29%86.67%-
HSV(B)217.24º23.2%98.04%-
XYZ63.0466.299.9-
YUV211.53149.71114.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.27%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=29.27%
G=32.62%
B=38.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922142500.230.1400.02217.2485.2986.67
HexC0D6FA17E02d95557
Octal300326372271602331125127
Binary1100000011010110111110101011111100101101100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D6FA; }

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

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

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

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

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

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

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

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