#C8D2E7

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

Shades of Periwinkle #C8D2E7

Tints of Periwinkle #C8D2E7

Color information

#C8D2E7 (or 0xC8D2E7) is unknown color: approx Periwinkle. HEX triplet: C8, D2 and E7. RGB value is (200,210,231). Sum of RGB (Red+Green+Blue) = 200+210+231=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #C8D2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D2E7 is #372D18. Grayscale: #D1D1D1. Windows color (decimal): -3616025 or 15192776. OLE color: 15192776.

HSL color Cylindrical-coordinate representation of color #C8D2E7: hue angle of 220.65º 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 #C8D2E7 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200210231-
CMYK0.130.0900.09
HSL220.65º39.24%84.51%-
HSV(B)220.65º13.42%90.59%-
XYZ61.2964.1484.75-
YUV209.4140.19121.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=31.20%
G=32.76%
B=36.04%

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
Decimal2002102310.130.0900.09220.6539.2484.51
HexC8D2E7D909dd2755
Octal310322347151101133547125
Binary1100100011010010111001111101100101001110111011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2E7; }

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

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

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

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

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

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

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

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