#C9CBE7

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

Shades of Periwinkle #C9CBE7

Tints of Periwinkle #C9CBE7

Color information

#C9CBE7 (or 0xC9CBE7) is unknown color: approx Periwinkle. HEX triplet: C9, CB and E7. RGB value is (201,203,231). Sum of RGB (Red+Green+Blue) = 201+203+231=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #C9CBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBE7 is #363418. Grayscale: #CDCDCD. Windows color (decimal): -3552281 or 15190985. OLE color: 15190985.

HSL color Cylindrical-coordinate representation of color #C9CBE7: hue angle of 236º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9CBE7 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201203231-
CMYK0.130.1200.09
HSL236º38.46%84.71%-
HSV(B)236º12.99%90.59%-
XYZ59.8760.984.2-
YUV205.59142.34124.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.65%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 231 (90.62% from 255) = 36.38%
R=31.65%
G=31.97%
B=36.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2012032310.130.1200.0923638.4684.71
HexC9CBE7DC09ec2655
Octal311313347151401135446125
Binary1100100111001011111001111101110001001111011001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBE7; }

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

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

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

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

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

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

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

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