#C0D1EC

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

Shades of Periwinkle #C0D1EC

Tints of Periwinkle #C0D1EC

Color information

#C0D1EC (or 0xC0D1EC) is unknown color: approx Periwinkle. HEX triplet: C0, D1 and EC. RGB value is (192,209,236). Sum of RGB (Red+Green+Blue) = 192+209+236=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0D1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D1EC is #3F2E13. Grayscale: #CECECE. Windows color (decimal): -4140564 or 15520192. OLE color: 15520192.

HSL color Cylindrical-coordinate representation of color #C0D1EC: hue angle of 216.82º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0D1EC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192209236-
CMYK0.190.1100.07
HSL216.82º53.66%83.92%-
HSV(B)216.82º18.64%92.55%-
XYZ59.6862.8688.35-
YUV207144.37117.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.14%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=30.14%
G=32.81%
B=37.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922092360.190.1100.07216.8253.6683.92
HexC0D1EC13B07d93654
Octal30032135423130733166124
Binary1100000011010001111011001001110110111110110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D1EC; }

 p { color: rgb(192,209,236); }

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

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

 a { background-color: rgb(192,209,236); }

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

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

 span { border-color: rgb(192,209,236); }

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