#C0CDFB

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

Shades of Periwinkle #C0CDFB

Tints of Periwinkle #C0CDFB

Color information

#C0CDFB (or 0xC0CDFB) is unknown color: approx Periwinkle. HEX triplet: C0, CD and FB. RGB value is (192,205,251). Sum of RGB (Red+Green+Blue) = 192+205+251=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDFB is #3F3204. Grayscale: #CECECE. Windows color (decimal): -4141573 or 16502208. OLE color: 16502208.

HSL color Cylindrical-coordinate representation of color #C0CDFB: hue angle of 226.78º 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 #C0CDFB is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192205251-
CMYK0.240.1800.02
HSL226.78º88.06%86.86%-
HSV(B)226.78º23.51%98.43%-
XYZ60.9861.8399.99-
YUV206.36153.19117.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.63%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=29.63%
G=31.64%
B=38.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922052510.240.1800.02226.7888.0686.86
HexC0CDFB181202e35857
Octal300315373302202343130127
Binary11000000110011011111101111000100100101110001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDFB; }

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

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

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

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

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

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

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

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