#C8D3E7

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

Shades of Periwinkle #C8D3E7

Tints of Periwinkle #C8D3E7

Color information

#C8D3E7 (or 0xC8D3E7) is unknown color: approx Periwinkle. HEX triplet: C8, D3 and E7. RGB value is (200,211,231). Sum of RGB (Red+Green+Blue) = 200+211+231=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #C8D3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D3E7 is #372C18. Grayscale: #D1D1D1. Windows color (decimal): -3615769 or 15193032. OLE color: 15193032.

HSL color Cylindrical-coordinate representation of color #C8D3E7: hue angle of 218.71º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8D3E7 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200211231-
CMYK0.130.0900.09
HSL218.71º39.24%84.51%-
HSV(B)218.71º13.42%90.59%-
XYZ61.5464.6484.83-
YUV209.99139.86120.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.15%
GREEN value IS 211 (82.81% from 255) = 32.87%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=31.15%
G=32.87%
B=35.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2002112310.130.0900.09218.7139.2484.51
HexC8D3E7D909db2755
Octal310323347151101133347125
Binary1100100011010011111001111101100101001110110111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D3E7; }

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

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

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

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

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

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

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

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