#C0D2FB

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

Shades of Periwinkle #C0D2FB

Tints of Periwinkle #C0D2FB

Color information

#C0D2FB (or 0xC0D2FB) is unknown color: approx Periwinkle. HEX triplet: C0, D2 and FB. RGB value is (192,210,251). Sum of RGB (Red+Green+Blue) = 192+210+251=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D2FB is #3F2D04. Grayscale: #D1D1D1. Windows color (decimal): -4140293 or 16503488. OLE color: 16503488.

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

Color convert

RGB192210251-
CMYK0.240.1600.02
HSL221.69º88.06%86.86%-
HSV(B)221.69º23.51%98.43%-
XYZ62.264.26100.39-
YUV209.29151.54115.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.40%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=29.40%
G=32.16%
B=38.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922102510.240.1600.02221.6988.0686.86
HexC0D2FB181002de5857
Octal300322373302002336130127
Binary11000000110100101111101111000100000101101111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D2FB; }

 p { color: rgb(192,210,251); }

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

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

 a { background-color: rgb(192,210,251); }

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

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

 span { border-color: rgb(192,210,251); }

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