#C0CDF3

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

Shades of Periwinkle #C0CDF3

Tints of Periwinkle #C0CDF3

Color information

#C0CDF3 (or 0xC0CDF3) is unknown color: approx Periwinkle. HEX triplet: C0, CD and F3. RGB value is (192,205,243). Sum of RGB (Red+Green+Blue) = 192+205+243=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0CDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDF3 is #3F320C. Grayscale: #CDCDCD. Windows color (decimal): -4141581 or 15977920. OLE color: 15977920.

HSL color Cylindrical-coordinate representation of color #C0CDF3: hue angle of 224.71º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0CDF3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192205243-
CMYK0.210.1600.05
HSL224.71º68%85.29%-
HSV(B)224.71º20.99%95.29%-
XYZ59.7561.3493.48-
YUV205.44149.19118.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=30%
G=32.03%
B=37.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922052430.210.1600.05224.716885.29
HexC0CDF3151005e14455
Octal300315363252005341104125
Binary110000001100110111110011101011000001011110000110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDF3; }

 p { color: rgb(192,205,243); }

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

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

 a { background-color: rgb(192,205,243); }

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

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

 span { border-color: rgb(192,205,243); }

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