#C0D3EC

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

Shades of Periwinkle #C0D3EC

Tints of Periwinkle #C0D3EC

Color information

#C0D3EC (or 0xC0D3EC) is unknown color: approx Periwinkle. HEX triplet: C0, D3 and EC. RGB value is (192,211,236). Sum of RGB (Red+Green+Blue) = 192+211+236=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D3EC is #3F2C13. Grayscale: #D0D0D0. Windows color (decimal): -4140052 or 15520704. OLE color: 15520704.

HSL color Cylindrical-coordinate representation of color #C0D3EC: hue angle of 214.09º 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 #C0D3EC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192211236-
CMYK0.190.1100.07
HSL214.09º53.66%83.92%-
HSV(B)214.09º18.64%92.55%-
XYZ60.1763.8588.51-
YUV208.17143.71116.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.05%
GREEN value IS 211 (82.81% from 255) = 33.02%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=30.05%
G=33.02%
B=36.93%

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
Decimal1922112360.190.1100.07214.0953.6683.92
HexC0D3EC13B07d63654
Octal30032335423130732666124
Binary1100000011010011111011001001110110111110101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D3EC; }

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

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

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

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

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

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

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

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