#C9CCDD

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

Shades of Periwinkle #C9CCDD

Tints of Periwinkle #C9CCDD

Color information

#C9CCDD (or 0xC9CCDD) is unknown color: approx Periwinkle. HEX triplet: C9, CC and DD. RGB value is (201,204,221). Sum of RGB (Red+Green+Blue) = 201+204+221=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCDD is #363322. Grayscale: #CCCCCC. Windows color (decimal): -3552035 or 14535881. OLE color: 14535881.

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

Color convert

RGB201204221-
CMYK0.090.0800.13
HSL231º22.73%82.75%-
HSV(B)231º9.05%86.67%-
XYZ58.7360.8277.05-
YUV205.04137.01125.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=32.11%
G=32.59%
B=35.30%

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
Decimal2012042210.090.0800.1323122.7382.75
HexC9CCDD980De71753
Octal311314335111001534727123
Binary110010011100110011011101100110000110111100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCDD; }

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

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

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

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

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

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

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

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