#C9D0EB

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

Shades of Periwinkle #C9D0EB

Tints of Periwinkle #C9D0EB

Color information

#C9D0EB (or 0xC9D0EB) is unknown color: approx Periwinkle. HEX triplet: C9, D0 and EB. RGB value is (201,208,235). Sum of RGB (Red+Green+Blue) = 201+208+235=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D0EB is #362F14. Grayscale: #D0D0D0. Windows color (decimal): -3550997 or 15454409. OLE color: 15454409.

HSL color Cylindrical-coordinate representation of color #C9D0EB: hue angle of 227.65º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9D0EB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201208235-
CMYK0.140.1100.08
HSL227.65º45.95%85.49%-
HSV(B)227.65º14.47%92.16%-
XYZ61.6463.5387.61-
YUV208.98142.68122.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.21%
GREEN value IS 208 (81.64% from 255) = 32.30%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=31.21%
G=32.30%
B=36.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012082350.140.1100.08227.6545.9585.49
HexC9D0EBEB08e42e55
Octal311320353161301034456125
Binary1100100111010000111010111110101101000111001001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D0EB; }

 p { color: rgb(201,208,235); }

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

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

 a { background-color: rgb(201,208,235); }

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

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

 span { border-color: rgb(201,208,235); }

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