#C9CFF0

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

Shades of Periwinkle #C9CFF0

Tints of Periwinkle #C9CFF0

Color information

#C9CFF0 (or 0xC9CFF0) is unknown color: approx Periwinkle. HEX triplet: C9, CF and F0. RGB value is (201,207,240). Sum of RGB (Red+Green+Blue) = 201+207+240=648 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.02% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFF0 is #36300F. Grayscale: #D0D0D0. Windows color (decimal): -3551248 or 15781833. OLE color: 15781833.

HSL color Cylindrical-coordinate representation of color #C9CFF0: hue angle of 230.77º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CFF0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201207240-
CMYK0.160.1400.06
HSL230.77º56.52%86.47%-
HSV(B)230.77º16.25%94.12%-
XYZ62.1363.3391.39-
YUV208.97145.51122.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.02%
GREEN value IS 207 (81.25% from 255) = 31.94%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=31.02%
G=31.94%
B=37.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012072400.160.1400.06230.7756.5286.47
HexC9CFF010E06e73956
Octal31131736020160634771126
Binary1100100111001111111100001000011100110111001111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFF0; }

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

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

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

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

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

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

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

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