#C8D1ED

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

Shades of Periwinkle #C8D1ED

Tints of Periwinkle #C8D1ED

Color information

#C8D1ED (or 0xC8D1ED) is unknown color: approx Periwinkle. HEX triplet: C8, D1 and ED. RGB value is (200,209,237). Sum of RGB (Red+Green+Blue) = 200+209+237=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D1ED is #372E12. Grayscale: #D1D1D1. Windows color (decimal): -3616275 or 15585736. OLE color: 15585736.

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

Color convert

RGB200209237-
CMYK0.160.1200.07
HSL225.41º50.68%85.69%-
HSV(B)225.41º15.61%92.94%-
XYZ61.9163.9989.21-
YUV209.5143.52121.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.96%
GREEN value IS 209 (82.03% from 255) = 32.35%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=30.96%
G=32.35%
B=36.69%

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
Decimal2002092370.160.1200.07225.4150.6885.69
HexC8D1ED10C07e13356
Octal31032135520140734163126
Binary1100100011010001111011011000011000111111000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D1ED; }

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

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

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

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

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

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

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

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