#C5C8E3

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

Shades of Periwinkle #C5C8E3

Tints of Periwinkle #C5C8E3

Color information

#C5C8E3 (or 0xC5C8E3) is unknown color: approx Periwinkle. HEX triplet: C5, C8 and E3. RGB value is (197,200,227). Sum of RGB (Red+Green+Blue) = 197+200+227=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 227 (89.06% from 255 or 36.38% from 624); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5C8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8E3 is #3A371C. Grayscale: #CACACA. Windows color (decimal): -3815197 or 14928069. OLE color: 14928069.

HSL color Cylindrical-coordinate representation of color #C5C8E3: hue angle of 234º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5C8E3 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197200227-
CMYK0.130.1200.11
HSL234º34.88%83.14%-
HSV(B)234º13.22%89.02%-
XYZ57.5558.7280.98-
YUV202.18142.01124.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.57%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 227 (89.06% from 255) = 36.38%
R=31.57%
G=32.05%
B=36.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1972002270.130.1200.1123434.8883.14
HexC5C8E3DC0Bea2353
Octal305310343151401335243123
Binary1100010111001000111000111101110001011111010101000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C8E3; }

 p { color: rgb(197,200,227); }

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

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

 a { background-color: rgb(197,200,227); }

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

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

 span { border-color: rgb(197,200,227); }

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