#C9CBDF

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

Shades of Periwinkle #C9CBDF

Tints of Periwinkle #C9CBDF

Color information

#C9CBDF (or 0xC9CBDF) is unknown color: approx Periwinkle. HEX triplet: C9, CB and DF. RGB value is (201,203,223). Sum of RGB (Red+Green+Blue) = 201+203+223=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBDF is #363420. Grayscale: #CCCCCC. Windows color (decimal): -3552289 or 14666697. OLE color: 14666697.

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

Color convert

RGB201203223-
CMYK0.100.0900.13
HSL234.55º25.58%83.14%-
HSV(B)234.55º9.87%87.45%-
XYZ58.7660.4678.38-
YUV204.68138.34125.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=32.06%
G=32.38%
B=35.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012032230.100.0900.13234.5525.5883.14
HexC9CBDFA90Deb1a53
Octal311313337121101535332123
Binary110010011100101111011111101010010110111101011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBDF; }

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

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

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

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

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

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

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

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