#C9D1EE

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

Shades of Periwinkle #C9D1EE

Tints of Periwinkle #C9D1EE

Color information

#C9D1EE (or 0xC9D1EE) is unknown color: approx Periwinkle. HEX triplet: C9, D1 and EE. RGB value is (201,209,238). Sum of RGB (Red+Green+Blue) = 201+209+238=648 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.02% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D1EE is #362E11. Grayscale: #D1D1D1. Windows color (decimal): -3550738 or 15651273. OLE color: 15651273.

HSL color Cylindrical-coordinate representation of color #C9D1EE: hue angle of 227.03º 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 #C9D1EE is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201209238-
CMYK0.160.1200.07
HSL227.03º52.11%86.08%-
HSV(B)227.03º15.55%93.33%-
XYZ62.3264.1989.99-
YUV209.91143.85121.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.02%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=31.02%
G=32.25%
B=36.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012092380.160.1200.07227.0352.1186.08
HexC9D1EE10C07e33456
Octal31132135620140734364126
Binary1100100111010001111011101000011000111111000111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D1EE; }

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

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

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

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

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

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

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

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