#C0CBDF

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

Shades of Periwinkle #C0CBDF

Tints of Periwinkle #C0CBDF

Color information

#C0CBDF (or 0xC0CBDF) is unknown color: approx Periwinkle. HEX triplet: C0, CB and DF. RGB value is (192,203,223). Sum of RGB (Red+Green+Blue) = 192+203+223=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBDF is #3F3420. Grayscale: #C9C9C9. Windows color (decimal): -4142113 or 14666688. OLE color: 14666688.

HSL color Cylindrical-coordinate representation of color #C0CBDF: hue angle of 218.71º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CBDF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192203223-
CMYK0.140.0900.13
HSL218.71º32.63%81.37%-
HSV(B)218.71º13.9%87.45%-
XYZ56.4159.2578.27-
YUV201.99139.86120.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=31.07%
G=32.85%
B=36.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922032230.140.0900.13218.7132.6381.37
HexC0CBDFE90Ddb2151
Octal300313337161101533341121
Binary1100000011001011110111111110100101101110110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBDF; }

 p { color: rgb(192,203,223); }

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

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

 a { background-color: rgb(192,203,223); }

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

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

 span { border-color: rgb(192,203,223); }

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