#C3C8E4

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

Shades of Periwinkle #C3C8E4

Tints of Periwinkle #C3C8E4

Color information

#C3C8E4 (or 0xC3C8E4) is unknown color: approx Periwinkle. HEX triplet: C3, C8 and E4. RGB value is (195,200,228). Sum of RGB (Red+Green+Blue) = 195+200+228=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #C3C8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C8E4 is #3C371B. Grayscale: #C9C9C9. Windows color (decimal): -3946268 or 14993603. OLE color: 14993603.

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

Color convert

RGB195200228-
CMYK0.140.1200.11
HSL230.91º37.93%82.94%-
HSV(B)230.91º14.47%89.41%-
XYZ57.1658.5181.68-
YUV201.7142.84123.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.30%
GREEN value IS 200 (78.52% from 255) = 32.10%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=31.30%
G=32.10%
B=36.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1952002280.140.1200.11230.9137.9382.94
HexC3C8E4EC0Be72653
Octal303310344161401334746123
Binary1100001111001000111001001110110001011111001111001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C8E4; }

 p { color: rgb(195,200,228); }

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

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

 a { background-color: rgb(195,200,228); }

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

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

 span { border-color: rgb(195,200,228); }

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