#C9CDDF

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

Shades of Periwinkle #C9CDDF

Tints of Periwinkle #C9CDDF

Color information

#C9CDDF (or 0xC9CDDF) is unknown color: approx Periwinkle. HEX triplet: C9, CD and DF. RGB value is (201,205,223). Sum of RGB (Red+Green+Blue) = 201+205+223=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDDF is #363220. Grayscale: #CDCDCD. Windows color (decimal): -3551777 or 14667209. OLE color: 14667209.

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

Color convert

RGB201205223-
CMYK0.100.0800.13
HSL229.09º25.58%83.14%-
HSV(B)229.09º9.87%87.45%-
XYZ59.2461.4178.54-
YUV205.86137.67124.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.96%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=31.96%
G=32.59%
B=35.45%

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
Decimal2012052230.100.0800.13229.0925.5883.14
HexC9CDDFA80De51a53
Octal311315337121001534532123
Binary110010011100110111011111101010000110111100101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDDF; }

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

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

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

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

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

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

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

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