#C8D2E9

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

Shades of Periwinkle #C8D2E9

Tints of Periwinkle #C8D2E9

Color information

#C8D2E9 (or 0xC8D2E9) is unknown color: approx Periwinkle. HEX triplet: C8, D2 and E9. RGB value is (200,210,233). Sum of RGB (Red+Green+Blue) = 200+210+233=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8D2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D2E9 is #372D16. Grayscale: #D1D1D1. Windows color (decimal): -3616023 or 15323848. OLE color: 15323848.

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

Color convert

RGB200210233-
CMYK0.140.1000.09
HSL221.82º42.86%84.9%-
HSV(B)221.82º14.16%91.37%-
XYZ61.5764.2686.25-
YUV209.63141.19121.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 210 (82.42% from 255) = 32.66%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=31.10%
G=32.66%
B=36.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2002102330.140.1000.09221.8242.8684.9
HexC8D2E9EA09de2b55
Octal310322351161201133653125
Binary1100100011010010111010011110101001001110111101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2E9; }

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

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

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

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

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

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

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

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