#C9CBEA

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

Shades of Periwinkle #C9CBEA

Tints of Periwinkle #C9CBEA

Color information

#C9CBEA (or 0xC9CBEA) is unknown color: approx Periwinkle. HEX triplet: C9, CB and EA. RGB value is (201,203,234). Sum of RGB (Red+Green+Blue) = 201+203+234=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBEA is #363415. Grayscale: #CDCDCD. Windows color (decimal): -3552278 or 15387593. OLE color: 15387593.

HSL color Cylindrical-coordinate representation of color #C9CBEA: hue angle of 236.36º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9CBEA is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201203234-
CMYK0.140.1300.08
HSL236.36º44%85.29%-
HSV(B)236.36º14.1%91.76%-
XYZ60.2961.0786.45-
YUV205.94143.84124.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.50%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=31.50%
G=31.82%
B=36.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012032340.140.1300.08236.364485.29
HexC9CBEAED08ec2c55
Octal311313352161501035454125
Binary1100100111001011111010101110110101000111011001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBEA; }

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

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

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

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

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

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

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

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