#C9CDEB

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

Shades of Periwinkle #C9CDEB

Tints of Periwinkle #C9CDEB

Color information

#C9CDEB (or 0xC9CDEB) is unknown color: approx Periwinkle. HEX triplet: C9, CD and EB. RGB value is (201,205,235). Sum of RGB (Red+Green+Blue) = 201+205+235=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDEB is #363214. Grayscale: #CFCFCF. Windows color (decimal): -3551765 or 15453641. OLE color: 15453641.

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

Color convert

RGB201205235-
CMYK0.140.1300.08
HSL232.94º45.95%85.49%-
HSV(B)232.94º14.47%92.16%-
XYZ60.9162.0887.37-
YUV207.22143.67123.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.36%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=31.36%
G=31.98%
B=36.66%

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
Decimal2012052350.140.1300.08232.9445.9585.49
HexC9CDEBED08e92e55
Octal311315353161501035156125
Binary1100100111001101111010111110110101000111010011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDEB; }

 p { color: rgb(201,205,235); }

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

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

 a { background-color: rgb(201,205,235); }

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

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

 span { border-color: rgb(201,205,235); }

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