#C9CBDB

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

Shades of Periwinkle #C9CBDB

Tints of Periwinkle #C9CBDB

Color information

#C9CBDB (or 0xC9CBDB) is unknown color: approx Periwinkle. HEX triplet: C9, CB and DB. RGB value is (201,203,219). Sum of RGB (Red+Green+Blue) = 201+203+219=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBDB is #363424. Grayscale: #CCCCCC. Windows color (decimal): -3552293 or 14404553. OLE color: 14404553.

HSL color Cylindrical-coordinate representation of color #C9CBDB: hue angle of 233.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CBDB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201203219-
CMYK0.080.0700.14
HSL233.33º20%82.35%-
HSV(B)233.33º8.22%85.88%-
XYZ58.2360.2475.58-
YUV204.23136.34125.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.26%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=32.26%
G=32.58%
B=35.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012032190.080.0700.14233.332082.35
HexC9CBDB870Ee91452
Octal31131333310701635124122
Binary11001001110010111101101110001110111011101001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBDB; }

 p { color: rgb(201,203,219); }

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

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

 a { background-color: rgb(201,203,219); }

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

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

 span { border-color: rgb(201,203,219); }

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