#C9CFED

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

Shades of Periwinkle #C9CFED

Tints of Periwinkle #C9CFED

Color information

#C9CFED (or 0xC9CFED) is unknown color: approx Periwinkle. HEX triplet: C9, CF and ED. RGB value is (201,207,237). Sum of RGB (Red+Green+Blue) = 201+207+237=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFED is #363012. Grayscale: #D0D0D0. Windows color (decimal): -3551251 or 15585225. OLE color: 15585225.

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

Color convert

RGB201207237-
CMYK0.150.1300.07
HSL230º50%85.88%-
HSV(B)230º15.19%92.94%-
XYZ61.6963.1689.06-
YUV208.63144.01122.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.16%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=31.16%
G=32.09%
B=36.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012072370.150.1300.072305085.88
HexC9CFEDFD07e63256
Octal31131735517150734662126
Binary110010011100111111101101111111010111111001101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFED; }

 p { color: rgb(201,207,237); }

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

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

 a { background-color: rgb(201,207,237); }

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

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

 span { border-color: rgb(201,207,237); }

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