#C8D3EF

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

Shades of Periwinkle #C8D3EF

Tints of Periwinkle #C8D3EF

Color information

#C8D3EF (or 0xC8D3EF) is unknown color: approx Periwinkle. HEX triplet: C8, D3 and EF. RGB value is (200,211,239). Sum of RGB (Red+Green+Blue) = 200+211+239=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D3EF is #372C10. Grayscale: #D2D2D2. Windows color (decimal): -3615761 or 15717320. OLE color: 15717320.

HSL color Cylindrical-coordinate representation of color #C8D3EF: hue angle of 223.08º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8D3EF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200211239-
CMYK0.160.1200.06
HSL223.08º54.93%86.08%-
HSV(B)223.08º16.32%93.73%-
XYZ62.6965.190.92-
YUV210.9143.86120.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.77%
GREEN value IS 211 (82.81% from 255) = 32.46%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=30.77%
G=32.46%
B=36.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002112390.160.1200.06223.0854.9386.08
HexC8D3EF10C06df3756
Octal31032335720140633767126
Binary1100100011010011111011111000011000110110111111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D3EF; }

 p { color: rgb(200,211,239); }

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

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

 a { background-color: rgb(200,211,239); }

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

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

 span { border-color: rgb(200,211,239); }

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