#C9CEEE

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

Shades of Periwinkle #C9CEEE

Tints of Periwinkle #C9CEEE

Color information

#C9CEEE (or 0xC9CEEE) is unknown color: approx Periwinkle. HEX triplet: C9, CE and EE. RGB value is (201,206,238). Sum of RGB (Red+Green+Blue) = 201+206+238=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEEE is #363111. Grayscale: #D0D0D0. Windows color (decimal): -3551506 or 15650505. OLE color: 15650505.

HSL color Cylindrical-coordinate representation of color #C9CEEE: hue angle of 231.89º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CEEE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201206238-
CMYK0.160.1300.07
HSL231.89º52.11%86.08%-
HSV(B)231.89º15.55%93.33%-
XYZ61.5962.7389.75-
YUV208.15144.84122.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.16%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=31.16%
G=31.94%
B=36.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012062380.160.1300.07231.8952.1186.08
HexC9CEEE10D07e83456
Octal31131635620150735064126
Binary1100100111001110111011101000011010111111010001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CEEE; }

 p { color: rgb(201,206,238); }

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

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

 a { background-color: rgb(201,206,238); }

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

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

 span { border-color: rgb(201,206,238); }

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