#C9CEDF

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

Shades of Periwinkle #C9CEDF

Tints of Periwinkle #C9CEDF

Color information

#C9CEDF (or 0xC9CEDF) is unknown color: approx Periwinkle. HEX triplet: C9, CE and DF. RGB value is (201,206,223). Sum of RGB (Red+Green+Blue) = 201+206+223=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEDF is #363120. Grayscale: #CECECE. Windows color (decimal): -3551521 or 14667465. OLE color: 14667465.

HSL color Cylindrical-coordinate representation of color #C9CEDF: hue angle of 226.36º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9CEDF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201206223-
CMYK0.100.0800.13
HSL226.36º25.58%83.14%-
HSV(B)226.36º9.87%87.45%-
XYZ59.4861.8978.62-
YUV206.44137.34124.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=31.90%
G=32.70%
B=35.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012062230.100.0800.13226.3625.5883.14
HexC9CEDFA80De21a53
Octal311316337121001534232123
Binary110010011100111011011111101010000110111100010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CEDF; }

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

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

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

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

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

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

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

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