#C0D3F9

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

Shades of Periwinkle #C0D3F9

Tints of Periwinkle #C0D3F9

Color information

#C0D3F9 (or 0xC0D3F9) is unknown color: approx Periwinkle. HEX triplet: C0, D3 and F9. RGB value is (192,211,249). Sum of RGB (Red+Green+Blue) = 192+211+249=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0D3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D3F9 is #3F2C06. Grayscale: #D1D1D1. Windows color (decimal): -4140039 or 16372672. OLE color: 16372672.

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

Color convert

RGB192211249-
CMYK0.230.1500.02
HSL220º82.61%86.47%-
HSV(B)220º22.89%97.65%-
XYZ62.1364.6398.82-
YUV209.65150.21115.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.45%
GREEN value IS 211 (82.81% from 255) = 32.36%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=29.45%
G=32.36%
B=38.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922112490.230.1500.0222082.6186.47
HexC0D3F917F02dc5356
Octal300323371271702334123126
Binary1100000011010011111110011011111110101101110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D3F9; }

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

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

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

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

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

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

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

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