#C9CBDD

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

Shades of Periwinkle #C9CBDD

Tints of Periwinkle #C9CBDD

Color information

#C9CBDD (or 0xC9CBDD) is unknown color: approx Periwinkle. HEX triplet: C9, CB and DD. RGB value is (201,203,221). Sum of RGB (Red+Green+Blue) = 201+203+221=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBDD is #363422. Grayscale: #CCCCCC. Windows color (decimal): -3552291 or 14535625. OLE color: 14535625.

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

Color convert

RGB201203221-
CMYK0.090.0800.13
HSL234º22.73%82.75%-
HSV(B)234º9.05%86.67%-
XYZ58.4960.3576.97-
YUV204.45137.34125.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.16%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=32.16%
G=32.48%
B=35.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012032210.090.0800.1323422.7382.75
HexC9CBDD980Dea1753
Octal311313335111001535227123
Binary110010011100101111011101100110000110111101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBDD; }

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

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

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

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

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

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

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

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