#C8D1EC

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

Shades of Periwinkle #C8D1EC

Tints of Periwinkle #C8D1EC

Color information

#C8D1EC (or 0xC8D1EC) is unknown color: approx Periwinkle. HEX triplet: C8, D1 and EC. RGB value is (200,209,236). Sum of RGB (Red+Green+Blue) = 200+209+236=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8D1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D1EC is #372E13. Grayscale: #D1D1D1. Windows color (decimal): -3616276 or 15520200. OLE color: 15520200.

HSL color Cylindrical-coordinate representation of color #C8D1EC: hue angle of 225º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8D1EC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200209236-
CMYK0.150.1100.07
HSL225º48.65%85.49%-
HSV(B)225º15.25%92.55%-
XYZ61.7663.9488.44-
YUV209.39143.02121.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.01%
GREEN value IS 209 (82.03% from 255) = 32.40%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=31.01%
G=32.40%
B=36.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002092360.150.1100.0722548.6585.49
HexC8D1ECFB07e13155
Octal31032135417130734161125
Binary110010001101000111101100111110110111111000011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D1EC; }

 p { color: rgb(200,209,236); }

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

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

 a { background-color: rgb(200,209,236); }

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

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

 span { border-color: rgb(200,209,236); }

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