#C9CCDB

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

Shades of Periwinkle #C9CCDB

Tints of Periwinkle #C9CCDB

Color information

#C9CCDB (or 0xC9CCDB) is unknown color: approx Periwinkle. HEX triplet: C9, CC and DB. RGB value is (201,204,219). Sum of RGB (Red+Green+Blue) = 201+204+219=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCDB is #363324. Grayscale: #CCCCCC. Windows color (decimal): -3552037 or 14404809. OLE color: 14404809.

HSL color Cylindrical-coordinate representation of color #C9CCDB: hue angle of 230º 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 #C9CCDB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201204219-
CMYK0.080.0700.14
HSL230º20%82.35%-
HSV(B)230º8.22%85.88%-
XYZ58.4760.7275.66-
YUV204.81136.01125.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.21%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=32.21%
G=32.69%
B=35.10%

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
Decimal2012042190.080.0700.142302082.35
HexC9CCDB870Ee61452
Octal31131433310701634624122
Binary11001001110011001101101110001110111011100110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCDB; }

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

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

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

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

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

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

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

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