#C3C7DD

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

Shades of Periwinkle #C3C7DD

Tints of Periwinkle #C3C7DD

Color information

#C3C7DD (or 0xC3C7DD) is unknown color: approx Periwinkle. HEX triplet: C3, C7 and DD. RGB value is (195,199,221). Sum of RGB (Red+Green+Blue) = 195+199+221=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C7DD is #3C3822. Grayscale: #C8C8C8. Windows color (decimal): -3946531 or 14534595. OLE color: 14534595.

HSL color Cylindrical-coordinate representation of color #C3C7DD: hue angle of 230.77º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3C7DD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195199221-
CMYK0.120.1000.13
HSL230.77º27.66%81.57%-
HSV(B)230.77º11.76%86.67%-
XYZ55.9857.6776.59-
YUV200.31139.67124.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.71%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=31.71%
G=32.36%
B=35.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951992210.120.1000.13230.7727.6681.57
HexC3C7DDCA0De71c52
Octal303307335141201534734122
Binary110000111100011111011101110010100110111100111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C7DD; }

 p { color: rgb(195,199,221); }

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

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

 a { background-color: rgb(195,199,221); }

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

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

 span { border-color: rgb(195,199,221); }

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